.
This commit is contained in:
parent
70d1492f2d
commit
ccc064eb7e
1 changed files with 7 additions and 7 deletions
|
@ -34,7 +34,7 @@
|
||||||
;; services, run 'guix home search KEYWORD' in a terminal.
|
;; services, run 'guix home search KEYWORD' in a terminal.
|
||||||
(services
|
(services
|
||||||
(list
|
(list
|
||||||
(service home-shepherd-service-type)
|
;; (service home-shepherd-service-type)
|
||||||
(service home-msmtp-service-type
|
(service home-msmtp-service-type
|
||||||
(home-msmtp-configuration
|
(home-msmtp-configuration
|
||||||
(accounts
|
(accounts
|
||||||
|
@ -76,12 +76,12 @@
|
||||||
(local-file
|
(local-file
|
||||||
"/home/zilti/guixconfig/home/.bash_profile"
|
"/home/zilti/guixconfig/home/.bash_profile"
|
||||||
"bash_profile")))))
|
"bash_profile")))))
|
||||||
;; (service home-dicod-service-type)
|
(service home-dicod-service-type)
|
||||||
;; (service home-batsignal-service-type)
|
(service home-batsignal-service-type)
|
||||||
;; (service home-mcron-service-type
|
(service home-mcron-service-type
|
||||||
;; (home-mcron-configuration
|
(home-mcron-configuration
|
||||||
;; (jobs
|
(jobs
|
||||||
;; '())))
|
'())))
|
||||||
;; (simple-service 'ziltis-channels
|
;; (simple-service 'ziltis-channels
|
||||||
;; home-channels-service-type
|
;; home-channels-service-type
|
||||||
;; (list
|
;; (list
|
||||||
|
|
Loading…
Reference in a new issue