nixos/new-lg4ff: respect enable option
This commit is contained in:
parent
415978df5f
commit
ec9204d732
@ -17,7 +17,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config = lib.mkIf cfg.enable {
|
||||
boot = {
|
||||
extraModulePackages = [ pkgs.new-lg4ff ];
|
||||
kernelModules = [ "hid-logitech-new" ];
|
||||
|
Loading…
Reference in New Issue
Block a user