update depricated options

This commit is contained in:
2024-03-14 09:23:27 +05:30
parent cb979d2673
commit 127b85628f

View File

@ -169,8 +169,10 @@
xserver = { xserver = {
enable = true; enable = true;
xkb = {
layout = "in"; layout = "in";
xkbVariant = "eng"; variant = "eng";
};
libinput.touchpad.naturalScrolling = true; libinput.touchpad.naturalScrolling = true;
}; };