From a3c29c2cee529bde02e981402a82cad63b59eb00 Mon Sep 17 00:00:00 2001 From: Niklas Hambüchen Date: Fri, 25 Jun 2021 02:23:22 +0200 Subject: manual: Fix missing semicolon in custom keyboard layout example --- nixos/doc/manual/configuration/x-windows.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') diff --git a/nixos/doc/manual/configuration/x-windows.xml b/nixos/doc/manual/configuration/x-windows.xml index 315ed3acf9719..f9121508d7d40 100644 --- a/nixos/doc/manual/configuration/x-windows.xml +++ b/nixos/doc/manual/configuration/x-windows.xml @@ -241,11 +241,11 @@ xkb_symbols "us-greek" description = "US layout with alt-gr greek"; languages = [ "eng" ]; symbolsFile = /yourpath/symbols/us-greek; -} +}; - The name should match the one given to the + The name (after extraLayouts.) should match the one given to the xkb_symbols block. -- cgit 1.4.1