river: Revert custom named keyboard layout (use variant instead)

This commit is contained in:
Erwin Boskma 2024-06-04 09:41:10 +02:00
parent ed8dcd8c82
commit 3985aae70d
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -89,7 +89,7 @@ in
hide-cursor = "when-typing enabled"; hide-cursor = "when-typing enabled";
set-cursor-warp = "on-output-change"; set-cursor-warp = "on-output-change";
keyboard-layout = "kyria"; keyboard-layout = "-variant kyria us";
map = { map = {
normal = normal =
@ -220,7 +220,7 @@ in
''; '';
}; };
xdg.configFile."xkb/symbols/kyria" = { xdg.configFile."xkb/symbols/us" = {
source = ./keyboard-layout.xkb; source = ./keyboard-layout.xkb;
}; };
}; };