From 22fcea3708ebd8a9ce466d025a239f4c0dbd67eb Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 13 Apr 2024 16:04:43 +0200 Subject: [PATCH] update laptop config --- hosts/laptop/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 6735ae2..8092487 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -8,7 +8,6 @@ environment.systemPackages = with pkgs; [ acpi powertop - cpupower-gui ]; hardware.trackpoint = { @@ -47,6 +46,11 @@ boot = { kernelModules = ["acpi_call"]; - extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; + extraModulePackages = with config.boot.kernelPackages; + [ + acpi_call + cpupower + ] + ++ [pkgs.cpupower-gui]; }; }