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

manual: Fix missing semicolon in custom keyboard layout example
This commit is contained in:
Niklas Hambüchen 2021-06-25 02:39:08 +02:00 committed by GitHub
commit 3b392e8951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,11 +241,11 @@ xkb_symbols "us-greek"
description = "US layout with alt-gr greek";
languages = [ "eng" ];
symbolsFile = /yourpath/symbols/us-greek;
}
};
</programlisting>
<note>
<para>
The name should match the one given to the
The name (after <literal>extraLayouts.</literal>) should match the one given to the
<literal>xkb_symbols</literal> block.
</para>
</note>