fix: add libinput for touchpad

This commit is contained in:
Infinidoge 2021-09-16 14:30:26 -04:00
parent b0b077a800
commit 7a3b8ef589

View file

@ -12,6 +12,11 @@
] ]
); );
services.xserver.libinput = {
enable = true;
touchpad.naturalScrolling = true;
};
system.stateVersion = "21.11"; system.stateVersion = "21.11";
bud.localFlakeClone = "/etc/nixos"; bud.localFlakeClone = "/etc/nixos";