diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 4dbfa69..af738be 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -11,16 +11,7 @@ cpupower-gui ]; - hardware.trackpoint = { - enable = true; - emulateWheel = true; - speed = 255; - sensitivity = 200; - }; - - services = { - xserver.libinput.touchpad.naturalScrolling = true; - + services = { # thermald.enable = true; power-profiles-daemon.enable = true;