Use nm applet as service

There is no reason to start as program being part of i3.
Instead a service is easier to handle, e.g. restart.
This commit is contained in:
Daniel Siepmann 2023-02-27 07:49:45 +01:00
parent d07fd1b491
commit 69d3c287f8
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 1 additions and 9 deletions

View file

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

View file

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

View file

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