From d17e943650cd43ce8f51a28410d0df1941ecd025 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 22 Sep 2023 10:26:01 -0300 Subject: etc/guix/home.scm: Add syncthing service --- etc/guix/home.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/guix') diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 44dfa1e..fbfbdf2 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -8,6 +8,7 @@ (gnu home services mcron) (gnu home services shells) (gnu home services shepherd) + (gnu home services syncthing) (gnu home services xdg) (guix build-system cmake) (guix build-system gnu) @@ -753,6 +754,7 @@ libraries/software/operating systems font-openmoji + syncthing-gtk kiwix-desktop electrum keepassxc @@ -804,6 +806,7 @@ libraries/software/operating systems (data-home (xdg "share")) (log-home (xdg "var/log")) (state-home (xdg "var/state")))) + (service home-syncthing-service-type) (simple-service 'my-shell-profile home-shell-profile-service-type (list (plain-file "my-profile" -- cgit v1.2.3