Revert "Use nm applet as service"

This reverts commit 69d3c287f8.

This doesn't work under ubuntu.
This commit is contained in:
Daniel Siepmann 2023-02-27 13:52:38 +01:00
parent 38234650f6
commit 8375064019
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 9 additions and 1 deletions

View file

@ -9,7 +9,6 @@
gpg-agent = import ./services/gpg-agent.nix {
};
network-manager-applet.enable = true;
languagetool.enable = true;
mailhog.enable = true;

View file

@ -182,6 +182,14 @@ in {
];
};
startup = [
# Start programs / applets
{
command = "nm-applet";
notification = false;
}
];
keybindings = {
# kill focused window
"${modifier}+Shift+q" = "kill";

View file

@ -65,6 +65,7 @@
programs = {
# Enable network manager applet
nm-applet.enable = true;
dconf.enable = true;
};