Add network manager applet via option

Do not manually ad the manager
This commit is contained in:
Daniel Siepmann 2023-01-10 15:27:04 +01:00
parent 32a98da066
commit c299c3d0ef
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 2 additions and 8 deletions

View file

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

View file

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