source:
dotfiles/guix/.config/shepherd/init.scm@
2865cf4
Last change on this file since 2865cf4 was 2865cf4, checked in by , on Sep 8, 2020 at 11:30:04 PM | |
---|---|
|
|
File size: 160 bytes |
Line | |
---|---|
1 | (load "services.scm") |
2 | |
3 | (register-services emacs) |
4 | (action 'shepherd 'daemonize) ; send shepherd into background |
5 | (for-each start (list emacs ssh-agent redshift)) |
Note:
See TracBrowser
for help on using the repository browser.