fix nm-applet

This commit is contained in:
uku 2023-11-10 11:47:01 +01:00
parent 28117c1b58
commit 9ca3386e4e
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
imports = [
./common.nix
./hardware/kilimandjaro.nix
@ -15,5 +15,6 @@
};
programs.light.enable = true;
programs.nm-applet.enable = true;
users.users.leo.packages = with pkgs; [networkmanagerapplet];
}