mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
Merge pull request #103531 from gnidorah/acpilight
nixos/acpilight: add to packages
This commit is contained in:
commit
2789f47b97
@ -19,6 +19,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
environment.systemPackages = with pkgs; [ acpilight ];
|
||||||
services.udev.packages = with pkgs; [ acpilight ];
|
services.udev.packages = with pkgs; [ acpilight ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user