diff options
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/home/shared.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 8e85d7b49f87..f7689bfda33d 100644 --- a/users/tazjin/home/shared.nix +++ b/users/tazjin/home/shared.nix @@ -73,6 +73,8 @@ backend = "glx"; }; + services.syncthing.enable = true; + # Enable the dunst notification daemon, but force the # configuration file separately instead of going via the strange # Nix->dunstrc encoding route. |