diff --git a/home-configuration.scm b/home-configuration.scm index 0ae49e0..4122c6d 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -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"))