1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

add hebrew layout

This commit is contained in:
andrey_varnavskiy
2025-01-12 17:55:26 +05:00
parent 2666fcf73f
commit 232ad7917d

View File

@@ -60,7 +60,7 @@
}; };
input = { input = {
kb_layout = "us,ru"; kb_layout = "us,ru,il";
kb_options = "grp:caps_toggle"; kb_options = "grp:caps_toggle";
}; };