flat accel by default
This commit is contained in:
parent
35f40e421c
commit
6a324ed487
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue