unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: hub.lombard@free.fr
To: Gottfried <gottfried@posteo.de>
Cc: help-guix@gnu.org
Subject: Re: guix home
Date: Mon, 27 Mar 2023 09:01:11 +0200 (CEST)	[thread overview]
Message-ID: <1954532821.490145915.1679900471227.JavaMail.root@zimbra49-e8.priv.proxad.net> (raw)
In-Reply-To: <1159641116.488009100.1679850566589.JavaMail.root@zimbra49-e8.priv.proxad.net>

Hi again Gottfried!

I forgot to tell you my guix home... It is still quite minimal. Here it is:

.guix-home/configuration.scm

---------------------------------------------------------------------------
(use-modules
  (gnu home)
  (gnu home services desktop)
  (gnu services mcron)
  (gnu packages)
  (gnu services)
  (guix gexp)
  (gnu home services shells))

(home-environment
  (packages
    (map (compose list specification->package+output)
         (list "polkit"
               "bitmask"
               "youtube-dl"
               "jami"
               "zynaddsubfx"
               "inkscape"
               "gimp"
               "obs"
               "nextcloud-client"
               "transmission"
               "handbrake"
               "mpv"
               "quassel"
               "claws-mail"
               "ublock-origin-chromium"
               "ungoogled-chromium"
               "wireguard-tools"
               "vim"
               "dosfstools")))
               
;;  (simple-service 'idutils home-mcron-service-type
;;                ;; Every day at 12:15 and 19:15.
;;                (list #~(job '(next-minute-from (next-hour '(12 19)) '(15))
;;                             (string-append #$idutils "/bin/mkid \
;;-o $HOME/.idutils/src.db $HOME/src")))) 
;;"/bin/mkid -o $HOME/.idutils/src.db $HOME/src"))))) : invalid field specifier            
               
  (services
        (list
        (simple-service 'idutils home-mcron-service-type
                ;; Every day at 12:15 and 19:15.
                (list #~(job '(next-minute-from (next-hour '(12 19)) '(15))
                             (string-append #$idutils "/bin/mkid \
-o $HOME/.idutils/src.db $HOME/src"))))   
       (service
          home-redshift-service-type
          (home-redshift-configuration
             (location-provider 'manual)
             (latitude 35.81)    ;northern hemisphere
             (longitude -0.80))) ;west of Greenwich
          (service
            home-bash-service-type
            (home-bash-configuration
              (aliases
                '(("grep='grep --color" . "auto")
                  ("ll" . "ls -l")
                  ("ls='ls -p --color" . "auto")))
              (bashrc
                (list (local-file
                        "/home/hubert/src/guix-config/.bashrc"
                        "bashrc")))
              (bash-profile
                (list (local-file
                        "/home/hubert/src/guix-config/.bash_profile"
                        "bash_profile"))))))))
---------------------------------------------------------------------------


----- Mail original -----
De: "hub lombard" <hub.lombard@free.fr>
À: "Gottfried" <gottfried@posteo.de>
Cc: help-guix@gnu.org
Envoyé: Dimanche 26 Mars 2023 19:09:26
Objet: Re: guix home

Hi Gotfried,

I have installed my personal 'guix home' environment. There must be some users who haven't installed it.

Guix Home provides the fully declarative configuration of the Guix System to home directories.
Not an expert at all :) Please, read the following link for infos:

https://guix.gnu.org/fr/blog/2022/keeping-ones-home-tidy/


Happy hacking with guix home!


Hubert

----- Mail original -----
De: "Gottfried" <gottfried@posteo.de>
À: help-guix@gnu.org
Envoyé: Dimanche 26 Mars 2023 18:43:07
Objet: guix home

Hi,

has everybody of you installed his personal environment "guix home"

or is there somebody who hasn’t?
If so, why?

I am going to shape my configuration
and checking out what others do
to find the best solution for my case.
-- 
Kind regards

Gottfried




  reply	other threads:[~2023-03-27  7:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-26 16:43 guix home Gottfried
2023-03-26 17:09 ` hub.lombard
2023-03-27  7:01   ` hub.lombard [this message]
2023-03-27 23:28 ` Csepp
2023-04-07 12:23   ` Gottfried

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1954532821.490145915.1679900471227.JavaMail.root@zimbra49-e8.priv.proxad.net \
    --to=hub.lombard@free.fr \
    --cc=gottfried@posteo.de \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).