From a3c29c2cee529bde02e981402a82cad63b59eb00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Fri, 25 Jun 2021 02:23:22 +0200 Subject: [PATCH] manual: Fix missing semicolon in custom keyboard layout example --- nixos/doc/manual/configuration/x-windows.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/configuration/x-windows.xml b/nixos/doc/manual/configuration/x-windows.xml index 315ed3acf97..f9121508d7d 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.