hardware.brightnessctl: add brightnessctl to env

This commit is contained in:
Robin Gloster
2019-09-18 00:05:47 +02:00
parent b32fd0c093
commit 9566ec034b

View File

@@ -25,6 +25,7 @@ in
config = mkIf cfg.enable {
services.udev.packages = with pkgs; [ brightnessctl ];
environment.systemPackages = with pkgs; [ brightnessctl ];
};
}