nixos/acpilight: add to packages

This commit is contained in:
gnidorah 2020-11-12 05:21:46 +03:00
parent b839d4a855
commit ec26da1fc6

View file

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