treewide: xkb fix

This commit is contained in:
hand7s 2025-04-27 13:04:53 +03:00
parent b2dd824378
commit ecb262bd68
No known key found for this signature in database
3 changed files with 0 additions and 3 deletions

View file

@ -1,7 +1,6 @@
{...}: { {...}: {
home = { home = {
keyboard = { keyboard = {
variant = "qwerty";
layout = "us, ru"; layout = "us, ru";
options = [ options = [
"grp:caps_toggle" "grp:caps_toggle"

View file

@ -19,7 +19,6 @@
xkb = { xkb = {
layout = "us, ru"; layout = "us, ru";
variant = "qwerty";
options = "grp:caps_toggle"; options = "grp:caps_toggle";
}; };
}; };

View file

@ -19,7 +19,6 @@
xkb = { xkb = {
layout = "us, ru"; layout = "us, ru";
variant = "qwerty";
options = "grp:caps_toggle"; options = "grp:caps_toggle";
}; };
}; };