diff --git a/laptop.nix b/laptop.nix index 2f292a5..9c642df 100644 --- a/laptop.nix +++ b/laptop.nix @@ -27,6 +27,10 @@ in { aviallon.boot.cmdline = { "i915.enable_fbc" = 1; "i915.enable_gvt" = 1; + + # Les power consumption against some performance + "workqueue.power_efficient" = ""; + nohz = "on"; }; services.tlp.enable = (cfg.power-manager == "tlp");