mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
hardware.brightnessctl: add brightnessctl to env
This commit is contained in:
parent
b32fd0c093
commit
9566ec034b
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ in
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.udev.packages = with pkgs; [ brightnessctl ];
|
services.udev.packages = with pkgs; [ brightnessctl ];
|
||||||
|
environment.systemPackages = with pkgs; [ brightnessctl ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue