summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/asterix.nix11
1 files changed, 9 insertions, 2 deletions
diff --git a/host/asterix.nix b/host/asterix.nix
index ddbe767..0112617 100644
--- a/host/asterix.nix
+++ b/host/asterix.nix
@@ -31,11 +31,18 @@
synaptics = {
enable = true;
- twoFingerScroll = true;
- palmDetect = true;
+ twoFingerScroll = true;
+ horizontalScroll = false;
+ palmDetect = true;
};
};
};
+ hardware.trackpoint = {
+ enable = true;
+ emulateWheel = true;
+ speed = 128;
+ };
+
powerManagement.powertop.enable = true;
}