diff options
author | tv <tv@krebsco.de> | 2019-10-16 09:21:17 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-10-16 09:21:17 +0200 |
commit | 5d42f1c3a22dd7aae94258edcfde8920b4dff1d1 (patch) | |
tree | 639c19de411af3b059f5b9d7a703435625e35f7c /tv/1systems/alnus | |
parent | b6443c712dc0d0782243cc60868b362f6e28031f (diff) |
tv: explicitly disable libinput
Diffstat (limited to 'tv/1systems/alnus')
-rw-r--r-- | tv/1systems/alnus/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index 949a98b..d54d5fc 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -65,10 +65,13 @@ with import <stockholm/lib>; enable = true; layout = "de"; xkbOptions = "eurosign:e"; + + libinput.enable = false; synaptics = { enable = true; twoFingerScroll = true; }; + desktopManager.xfce.enable = true; displayManager.auto = { enable = true; |