help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guix home


From: hub . lombard
Subject: Re: guix home
Date: Mon, 27 Mar 2023 09:01:11 +0200 (CEST)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]