From b0123c724089f26ab761d9ea84c56630d6ceb925 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 26 May 2024 22:12:15 -0600 Subject: Remove ~/Personal, rsync->syncthing, move vali home directory --- .config/guix/hati.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/guix/hati.scm') diff --git a/.config/guix/hati.scm b/.config/guix/hati.scm index ba27501..0c76722 100644 --- a/.config/guix/hati.scm +++ b/.config/guix/hati.scm @@ -9,6 +9,7 @@ #:use-module (gnu) #:use-module (gnu home) #:use-module (gnu home services) + #:use-module (gnu home services syncthing) #:use-module (gnu packages) #:use-module (gnu services) #:use-module (gnu services guix) @@ -21,7 +22,8 @@ (home-environment (services `(,@bd-base-home-services - ,@bd-desktop-home-services)))) + ,@bd-desktop-home-services + ,(service home-syncthing-service-type))))) (operating-system -- cgit v1.2.3