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