fix: add libinput for touchpad
This commit is contained in:
parent
b0b077a800
commit
7a3b8ef589
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
]
|
||||
);
|
||||
|
||||
services.xserver.libinput = {
|
||||
enable = true;
|
||||
touchpad.naturalScrolling = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
|
||||
bud.localFlakeClone = "/etc/nixos";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue