From dc947a2edc9a99bae1cf79ce66dc8c52eed1c71d Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 24 Aug 2024 01:45:02 +0200 Subject: [PATCH] common: enable services.irqbalance --- hosts/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index c1ca011..f6bf6f4 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -129,6 +129,8 @@ in { touchpad.disableWhileTyping = true; }; + irqbalance.enable = true; + displayManager.defaultSession = "none+xmonad"; };