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; enable = true;
verbose = true; verbose = true;
}; };
network-manager-applet.enable = true;
spotifyd = { spotifyd = {
enable = false; enable = false;
settings = { settings = {
@ -314,7 +315,7 @@
}; };
}; };
syncthing = { syncthing = {
enable = true; enable = false;
# cause the tray command to wait for the service and tray manager to start # cause the tray command to wait for the service and tray manager to start
extraOptions = [ "--wait" ]; extraOptions = [ "--wait" ];
tray.enable = true; tray.enable = true;