Guix home za gammastep
parent
80789825aa
commit
04b192b756
|
@ -8,7 +8,8 @@
|
|||
(gnu packages)
|
||||
(gnu services)
|
||||
(guix gexp)
|
||||
(gnu home services shells))
|
||||
(gnu home services shells)
|
||||
(gnu home services pm))
|
||||
|
||||
(home-environment
|
||||
;; Below is the list of packages that will show up in your
|
||||
|
@ -93,6 +94,14 @@
|
|||
(list (service home-bash-service-type
|
||||
(home-bash-configuration
|
||||
(aliases '(("ls" . "ls --color=auto")))
|
||||
(bashrc (list (local-file "home/.bashrc" "bashrc")))
|
||||
(bash-logout (list (local-file "home/.bash_logout"
|
||||
"bash_logout"))))))))
|
||||
(bashrc (list (local-file ".bashrc" "bashrc")))
|
||||
(bash-logout (list (local-file ".bash_logout"
|
||||
"bash_logout")))))
|
||||
(service home-batsignal-service-type)
|
||||
(service home-redshift-service-type
|
||||
(home-redshift-configuration
|
||||
(location-provider 'manual)
|
||||
(latitude 46.05108)
|
||||
(longitude 14.50513)))
|
||||
(service home-dbus-configuration)
|
||||
(service home-pipewire-service-type)))
|
||||
|
|
Loading…
Reference in New Issue