summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2016-09-17 21:56:37 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2016-09-17 21:57:53 -0400
commit6a01ce970bce8bf1397c9ef2b817015a57a19fdd (patch)
tree6194657a6d3673c79d60be09963027cb1d77208a /nixos
parent2eb2ca3045ce3f6cc7fc37d878e8cdc0620facfe (diff)
Enable synaptics driver on aji.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/aji.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/aji.nix b/nixos/aji.nix
index abda9f8..e04a52f 100644
--- a/nixos/aji.nix
+++ b/nixos/aji.nix
@@ -43,6 +43,7 @@
'';
services.xserver.xkbModel = "thinkpad60";
+ services.xserver.synaptics.enable = true;
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "16.03";