diff options
author | lassulus <lassulus@lassul.us> | 2019-10-16 11:40:22 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-10-16 11:40:22 +0200 |
commit | f8bb5d8b03290f9b992002d5d8cc338576823e53 (patch) | |
tree | 4be3182c0f2555efbcb7b08a06bc462f3890bec7 | |
parent | eb52bcfc86daf606e2b8b5523cba0ffb1e225d8d (diff) | |
parent | 5d42f1c3a22dd7aae94258edcfde8920b4dff1d1 (diff) |
Merge remote-tracking branch 'ni/master'
-rw-r--r-- | tv/1systems/alnus/config.nix | 3 | ||||
-rw-r--r-- | tv/1systems/mu/config.nix | 1 | ||||
-rw-r--r-- | tv/1systems/querel/config.nix | 1 |
3 files changed, 5 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; diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 98332b2..145c73c 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -102,6 +102,7 @@ with import <stockholm/lib>; services.xserver.xkbOptions = "eurosign:e"; # TODO this is host specific + services.xserver.libinput.enable = false; services.xserver.synaptics = { enable = true; twoFingerScroll = true; diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix index 6e7944c..ac51f54 100644 --- a/tv/1systems/querel/config.nix +++ b/tv/1systems/querel/config.nix @@ -68,6 +68,7 @@ with import <stockholm/lib>; services.xserver.layout = "de"; services.xserver.xkbOptions = "eurosign:e"; + services.xserver.libinput.enable = false; services.xserver.synaptics = { enable = true; twoFingerScroll = true; |