about summary refs log tree commit diff
path: root/users/grfn/system/home/modules/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/home/modules/emacs.nix')
-rw-r--r--users/grfn/system/home/modules/emacs.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/users/grfn/system/home/modules/emacs.nix b/users/grfn/system/home/modules/emacs.nix
index f3d08a49ce..79eb20d953 100644
--- a/users/grfn/system/home/modules/emacs.nix
+++ b/users/grfn/system/home/modules/emacs.nix
@@ -100,10 +100,7 @@ in
     }
     (mkIf pkgs.stdenv.isLinux {
       # Notes
-      services.syncthing = {
-        enable = true;
-        tray.enable = true;
-      };
+      services.syncthing.enable = true;
     })
   ];
 }