mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #103531 from gnidorah/acpilight
nixos/acpilight: add to packages
This commit is contained in:
commit
2789f47b97
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [ acpilight ];
|
||||
services.udev.packages = with pkgs; [ acpilight ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue