hardware.brightnessctl: add brightnessctl to env

This commit is contained in:
Robin Gloster
2019-09-18 00:06:11 +02:00
parent b32fd0c093
commit 9566ec034b
+1
View File
@@ -25,6 +25,7 @@ in
config = mkIf cfg.enable {
services.udev.packages = with pkgs; [ brightnessctl ];
environment.systemPackages = with pkgs; [ brightnessctl ];
};
}