river: Clean up keyboard config

This commit is contained in:
Erwin Boskma 2024-05-21 21:27:41 +02:00
parent 5ece113000
commit 8e04e93497
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -89,8 +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-file = toString ./keyboard-layout; keyboard-layout = "kyria";
keyboard-layout = "-variant kyria us";
map = { map = {
normal = normal =
@ -217,7 +216,7 @@ in
''; '';
}; };
home.file.".xkb/symbols/us" = { xdg.configFile."xkb/symbols/kyria" = {
source = ./keyboard-layout.xkb; source = ./keyboard-layout.xkb;
}; };
}; };