diff --git a/modules/system/hardware/module.nix b/modules/system/hardware/module.nix index da4c82d..6efca34 100644 --- a/modules/system/hardware/module.nix +++ b/modules/system/hardware/module.nix @@ -1 +1,5 @@ -_: {imports = [./bluetooth.nix ./keyboard ./graphics.nix];} +_: { + imports = [./bluetooth.nix ./keyboard ./graphics.nix]; + + services.irqbalance.enable = true; +}