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

View File

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