networkmanager applet

This commit is contained in:
CDaut 2024-04-26 11:12:04 +02:00
parent af84369e19
commit 196276521a
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 5 additions and 0 deletions

View file

@ -69,6 +69,7 @@ let username = "clemens"; in
unzip
direnv
font-awesome
networkmanagerapplet
] ++ (if x11mode then [ arandr ] else [ wdisplays ]);
fonts.fontconfig.enable = true;

View file

@ -116,6 +116,10 @@
command = "blueman-applet";
always = true;
}
{
command = "nm-applet";
always = true;
}
];
};
};