Merge pull request #103531 from gnidorah/acpilight

nixos/acpilight: add to packages
This commit is contained in:
Elis Hirwing 2020-11-12 07:02:39 +01:00 committed by GitHub
commit 2789f47b97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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