wyłączenie akceleracji myszki i touchpada

This commit is contained in:
installer
2025-02-12 07:15:53 +01:00
parent 80440f91e7
commit 793174f97d

View File

@@ -45,7 +45,15 @@ in {
enable = false;
autodetect = true;
};
libinput.enable = true;
libinput = {
enable = true;
mouse = {
accelProfile = "flat";
};
touchpad = {
accelProfile = "flat";
};
};
fstrim.enable = true;
gvfs.enable = true;
openssh.enable = true;