Configure syncthing service for home
This commit is contained in:
parent
e537ee3420
commit
ce3de26f80
|
@ -9,6 +9,7 @@
|
||||||
(gnu packages vim)
|
(gnu packages vim)
|
||||||
(gnu packages version-control)
|
(gnu packages version-control)
|
||||||
(gnu home services)
|
(gnu home services)
|
||||||
|
(gnu home services syncthing)
|
||||||
(nongnu packages mozilla)
|
(nongnu packages mozilla)
|
||||||
(guix gexp)
|
(guix gexp)
|
||||||
(gnu home services shells))
|
(gnu home services shells))
|
||||||
|
@ -38,6 +39,8 @@
|
||||||
(mixed-text-file "powerline-theme"
|
(mixed-text-file "powerline-theme"
|
||||||
"source " liquidprompt "/share/liquidprompt/themes/powerline/powerline.theme")
|
"source " liquidprompt "/share/liquidprompt/themes/powerline/powerline.theme")
|
||||||
))))
|
))))
|
||||||
|
(service home-syncthing-service-type
|
||||||
|
(for-home (syncthing-configuration (user "nora"))))
|
||||||
(simple-service 'dotfiles home-files-service-type
|
(simple-service 'dotfiles home-files-service-type
|
||||||
(list
|
(list
|
||||||
`(".gitconfig" ,(local-file "./data/gitconfig"))
|
`(".gitconfig" ,(local-file "./data/gitconfig"))
|
||||||
|
|
Loading…
Reference in New Issue