summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/aji.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/aji.nix b/nixos/aji.nix
index e04a52f..e953204 100644
--- a/nixos/aji.nix
+++ b/nixos/aji.nix
@@ -43,7 +43,10 @@
'';
services.xserver.xkbModel = "thinkpad60";
- services.xserver.synaptics.enable = true;
+ services.xserver.synaptics = {
+ enable = true;
+ twoFingerScroll = true;
+ };
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "16.03";