diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-09-17 22:11:47 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-09-17 22:11:47 -0400 |
commit | 74d50d4910ac0ca853ab47cb66ee758a0f44d2f4 (patch) | |
tree | dd7fd4dcd86dd72dbfe1ecbdf76c78028b987a94 | |
parent | 9a818d34a28f87cd03110c5088941c7b130e5a5f (diff) |
Synaptics settings.
-rw-r--r-- | nixos/aji.nix | 5 |
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"; |