Merge pull request #103531 from gnidorah/acpilight

nixos/acpilight: add to packages

authored by

Elis Hirwing and committed by
GitHub
2789f47b 31051812

+1
+1
nixos/modules/hardware/acpilight.nix
··· 19 19 }; 20 20 21 21 config = mkIf cfg.enable { 22 + environment.systemPackages = with pkgs; [ acpilight ]; 22 23 services.udev.packages = with pkgs; [ acpilight ]; 23 24 }; 24 25 }