From 7a3b8ef5894f95b29748de834dc1f5520b103b10 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 16 Sep 2021 14:30:26 -0400 Subject: [PATCH] fix: add libinput for touchpad --- hosts/Infini-SWIFT/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/Infini-SWIFT/default.nix b/hosts/Infini-SWIFT/default.nix index be67d42..e737f1b 100644 --- a/hosts/Infini-SWIFT/default.nix +++ b/hosts/Infini-SWIFT/default.nix @@ -12,6 +12,11 @@ ] ); + services.xserver.libinput = { + enable = true; + touchpad.naturalScrolling = true; + }; + system.stateVersion = "21.11"; bud.localFlakeClone = "/etc/nixos";