xmonad: Allow to set brightness

This commit is contained in:
Alexander Kobjolke 2024-02-19 23:27:08 +01:00
parent 56bc6e760a
commit 0b0a54a021
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;
}