flat accel by default

This commit is contained in:
notgne2 2021-10-06 13:49:38 -07:00
parent 35f40e421c
commit 6a324ed487
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -139,9 +139,13 @@ in
# Important for steam
fonts.fontconfig.cache32Bit = lib.mkDefault true;
services.xserver = {
libinput = {
enable = true;
mouse.accelProfile = "flat";
touchpad.accelProfile = "flat";
};
dpi = lib.mkDefault 96;
layout = lib.mkDefault "us";
libinput.enable = lib.mkDefault true;
};
# this helps with some compatibility