xmonad: Allow to set brightness

This commit is contained in:
Alexander Kobjolke 2024-02-19 23:27:08 +01:00
parent 0dd08b867e
commit 5364735b8c
2 changed files with 5 additions and 0 deletions

View file

@ -14,5 +14,8 @@
};
};
# control backlight
config.environment.systemPackages = [ pkgs.xorg.xbacklight ];
config.systemd.services.upower.enable = true;
}