change mouse accelProfile
This commit is contained in:
parent
0f3e53a01a
commit
78e3fe1cd0
|
@ -2,7 +2,6 @@
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "us";
|
||||
# videoDrivers = [ "amdgpu" ];
|
||||
displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "frostphoenix";
|
||||
|
@ -10,7 +9,7 @@
|
|||
libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelProfile = "flat";
|
||||
# accelProfile = "flat";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue