diff --git a/services/desktop.nix b/services/desktop.nix index 38474f7..ae5750f 100644 --- a/services/desktop.nix +++ b/services/desktop.nix @@ -45,6 +45,10 @@ in mkIf (elem "desktop" cfg.services) { default = elemAt cfg.desktop.wms 0; }; # add switch for Lilim + multitouch = { + enable = true; + invertScroll = true; + }; libinput = { enable = true; tapping = true;