Enable nm-applet

This commit is contained in:
Valentin Brandl 2022-11-14 00:31:19 +01:00
parent 4f28dd95b2
commit 2ef363ac00
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,7 @@ user:
./lsd.nix ./lsd.nix
./man.nix ./man.nix
./neovim/neovim.nix ./neovim/neovim.nix
./network-manager-applet.nix
./nextcloud.nix ./nextcloud.nix
./pasystray.nix ./pasystray.nix
./photography.nix ./photography.nix

View File

@ -0,0 +1,5 @@
{ ... }: {
services.network-manager-applet = {
enable = true;
};
}