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
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

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