From e897bccdafe1cf97dcffa76e28997e8725ab5fe4 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 13 Apr 2024 16:05:23 +0200 Subject: [PATCH] update laptop config --- hosts/laptop/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 8092487..4dbfa69 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -8,6 +8,7 @@ environment.systemPackages = with pkgs; [ acpi powertop + cpupower-gui ]; hardware.trackpoint = { @@ -18,6 +19,8 @@ }; services = { + xserver.libinput.touchpad.naturalScrolling = true; + # thermald.enable = true; power-profiles-daemon.enable = true;