Enable nm-applet

This commit is contained in:
Jacob Hinkle 2023-11-20 11:54:03 -05:00
parent f003703ee3
commit 5fd9f40f5f

View File

@ -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;