xmonad: Allow to set brightness
This commit is contained in:
parent
0dd08b867e
commit
5364735b8c
2 changed files with 5 additions and 0 deletions
|
|
@ -14,5 +14,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
# control backlight
|
||||
config.environment.systemPackages = [ pkgs.xorg.xbacklight ];
|
||||
|
||||
config.systemd.services.upower.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue