Hello and thanks for that awesome project! I have a problem with locale1-xkb-config. When it enabled (and launched with https://github.com/alebastr/sway-systemd/blob/main/config.d/95-system-keyboard-config.conf.in), I'm unable to change my keyboard layout, variant, and other parameters in Sway config. localectl output:
System Locale: LANG=ru_RU.UTF-8
VC Keymap: us
X11 Layout: us
X11 Model: pc105
And this is in my Sway config:
# Keyboard layout
input type:keyboard {
xkb_layout us,ru
xkb_options grp:caps_toggle
}