framework: fix brightness scripts

This commit is contained in:
tristan 2025-04-03 18:21:13 +01:00
parent dfc0391d27
commit 3d18f696aa
3 changed files with 20 additions and 19 deletions

View file

@ -29,7 +29,10 @@ in {
boot.loader.efi.canTouchEfiVariables = true;
networking.networkmanager.enable = true;
programs.nm-applet.enable = true;
programs.nm-applet = {
enable = true;
indicator = true;
};
# fix nixos-containers
networking.nat.enable = true;