Talk: Keyboard Layout Customization
From NixOS Wiki
Key symbols reference broken
xorg.xproto seems not to exist anymore, so the command with nix-build --no-out-link '<nixpkgs>' -A xorg.xproto does not work anymore. Whats the correct replacement? --Itium (talk) 23:21, 9 January 2023 (UTC)
xkbOptions or xkb.options?
xkbOptions does not show up in the official options search anymore. It looks like it's replaced by xkb.options. Same is true for xkbVariant, xkbModel, etc. Should this be updated? --Backpackvacuum (talk) 20:49, 20 July 2024 (UTC)
GNOME xkb.layout
In GNOME xkb.layout value is not taken into account, unless you reset gsettings and restart your computer:
gsettings reset org.gnome.desktop.input-sources sources
Should it be added, or is that too specific?