mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
parent
d89cf08495
commit
c7af27341c
@ -36,9 +36,9 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.etc."g810-led/profile" = lib.mkIf (cfg.profile != null) cfg.profile;
|
environment.etc."g810-led/profile".text = lib.mkIf (cfg.profile != null) cfg.profile;
|
||||||
|
|
||||||
services.udev.packages = [ config.package ];
|
services.udev.packages = [ cfg.package ];
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [ GaetanLepage ];
|
meta.maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||||
|
Loading…
Reference in New Issue
Block a user