diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-09-17 21:56:37 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-09-17 21:57:53 -0400 |
commit | 6a01ce970bce8bf1397c9ef2b817015a57a19fdd (patch) | |
tree | 6194657a6d3673c79d60be09963027cb1d77208a /nixos | |
parent | 2eb2ca3045ce3f6cc7fc37d878e8cdc0620facfe (diff) |
Enable synaptics driver on aji.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/aji.nix | 1 |
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"; |