diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-28 10:58:24 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-28 10:58:24 +0200 |
commit | cb4ffe132db3051ad1789b8e0f9e4884ff9a7273 (patch) | |
tree | e41f5ba6a37f3040deeeda06ec7858d85b04d8c6 /home/config.scm | |
parent | 44b57fd1c8b630ec213c90702b53a3d5cb9b3499 (diff) | |
download | guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.gz guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.tar.bz2 guix-cb4ffe132db3051ad1789b8e0f9e4884ff9a7273.zip |
updates
Diffstat (limited to 'home/config.scm')
-rw-r--r-- | home/config.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/config.scm b/home/config.scm index 8c185aa..280d0ed 100644 --- a/home/config.scm +++ b/home/config.scm @@ -46,6 +46,7 @@ #:use-module (gnu home services dotfiles) #:use-module (gnu home services gnupg) #:use-module (gnu home services desktop) + #:use-module (gnu home services syncthing) #:use-module (gnu home services fontutils) #:use-module (gnu packages ssh) #:use-module (gnu packages pdf) @@ -193,6 +194,12 @@ (templates "$HOME/templates") (videos "$HOME/videos"))) + (service home-syncthing-service-type + (for-home + (syncthing-configuration + (logflags 5) + (home "/home/mccd/")))) + (service home-xdg-mime-applications-service-type (home-xdg-mime-applications-configuration (default |