Guix home za gammastep

deblo
Jurij Podgoršek 2024-05-16 13:05:29 +02:00
parent 80789825aa
commit 04b192b756
1 changed files with 13 additions and 4 deletions

View File

@ -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)))