diff --git a/home/jacob.nix b/home/jacob.nix index d550022..bbd2dd2 100644 --- a/home/jacob.nix +++ b/home/jacob.nix @@ -300,6 +300,7 @@ enable = true; verbose = true; }; + network-manager-applet.enable = true; spotifyd = { enable = false; settings = { @@ -314,7 +315,7 @@ }; }; syncthing = { - enable = true; + enable = false; # cause the tray command to wait for the service and tray manager to start extraOptions = [ "--wait" ]; tray.enable = true;