Configure syncthing service for home

This commit is contained in:
Leonora Tindall 2024-08-18 00:01:21 -05:00
parent e537ee3420
commit ce3de26f80
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@
(gnu packages vim)
(gnu packages version-control)
(gnu home services)
(gnu home services syncthing)
(nongnu packages mozilla)
(guix gexp)
(gnu home services shells))
@ -38,6 +39,8 @@
(mixed-text-file "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
(list
`(".gitconfig" ,(local-file "./data/gitconfig"))