diff options
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 949a98b2a..d54d5fc2f 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; |