Merge pull request #128057 from nh2/nixos-manual-xkb-layouts-fixes

manual: Fix missing semicolon in custom keyboard layout example

authored by

Niklas Hambüchen and committed by
GitHub
3b392e89 c83a8e49

+2 -2
+2 -2
nixos/doc/manual/configuration/x-windows.xml
··· 241 241 description = "US layout with alt-gr greek"; 242 242 languages = [ "eng" ]; 243 243 symbolsFile = /yourpath/symbols/us-greek; 244 - } 244 + }; 245 245 </programlisting> 246 246 <note> 247 247 <para> 248 - The name should match the one given to the 248 + The name (after <literal>extraLayouts.</literal>) should match the one given to the 249 249 <literal>xkb_symbols</literal> block. 250 250 </para> 251 251 </note>