From cb0705c46dfdc423b1ed9022cd67eb7945030093 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Thu, 17 Oct 2024 11:26:32 +0200 Subject: [PATCH] feat: add syncthing --- home/home-configuration.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 1ca5889..2a5f54a 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -30,6 +30,7 @@ (gnu home services gnupg) (gnu home services sound) (gnu home services xdg) + (gnu home services syncthing) (gnu home services) (ruther home dwl wm) (ruther home dwl scripts) @@ -184,6 +185,8 @@ home-mcron-service-type (list offlineimap-job)) + (service home-syncthing-service-type) + (service home-gtk-service-type (let ((gtk-theme (make-graphite-gtk-theme #:theme "orange" #:color "dark")) (icon-theme (make-tela-circle-icon-theme #:variant "orange")) -- 2.48.1