about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-04-25 13:41:57 +0200
committeraszlig <aszlig@nix.build>2018-04-25 13:41:57 +0200
commit258c51b75e762c3ada750e18734e260c26a4fbd9 (patch)
tree9b1d9b3d081038c216046aee85fa93419f63f305 /machines
parentcd2146b61442c3e959215803b4999f8dababe6d2 (diff)
machines/tyree: Enable libinput
This has been in the configuration.nix for a while and it seems to be
working. It might be a good idea to add it to the managed profile, but
we first have to test whether this really works for other machines than
tyree.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @brokkoliberta
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/tyree.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 161cfc9a..87a8a44c 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -61,6 +61,7 @@
 
   services.xserver.xkbOptions = "eurosign:e,caps:none";
   services.xserver.wacom.enable = true;
+  services.xserver.libinput.enable = true;
 
   vuizvui.user.aszlig.profiles.managed.enable = true;
   vuizvui.user.aszlig.profiles.managed.mainUser = "bla";