snowhawk: flat mouse accel
This commit is contained in:
parent
425481bcb0
commit
00834d5c31
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.libinput = {
|
||||
enable = true;
|
||||
mouse.accelProfile = "flat";
|
||||
};
|
||||
|
||||
services.xserver.windowManager.dwm = {
|
||||
enable = true;
|
||||
package = pkgs.dwm.overrideAttrs (oldAttrs: {
|
||||
|
|
Loading…
Reference in a new issue