Fix backlight control
This commit is contained in:
parent
1931644900
commit
75d5fa6417
5 changed files with 9 additions and 5 deletions
|
|
@ -25,6 +25,10 @@
|
|||
apps = { newsboat.enable = true; };
|
||||
};
|
||||
|
||||
# Monitor backlight control
|
||||
programs.light.enable = true;
|
||||
users.users.${config.user.name}.extraGroups = [ "video" ];
|
||||
|
||||
home-manager.users.${config.user.name} = { pkgs, config, ... }: {
|
||||
services.network-manager-applet.enable = true;
|
||||
services.blueman-applet.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue