mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
update depricated options
This commit is contained in:
@ -169,8 +169,10 @@
|
|||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
layout = "in";
|
xkb = {
|
||||||
xkbVariant = "eng";
|
layout = "in";
|
||||||
|
variant = "eng";
|
||||||
|
};
|
||||||
libinput.touchpad.naturalScrolling = true;
|
libinput.touchpad.naturalScrolling = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user