Revert "Add network manager applet via option"

This reverts commit c299c3d0ef.

Cause this didn't have access to the systems VPN setups.
Need to find a way to manage them on user level.
This commit is contained in:
Daniel Siepmann 2023-01-16 07:44:55 +01:00
parent 03bf498633
commit 22a8960b34
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 8 additions and 2 deletions

View file

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

View file

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