summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-01 11:55:25 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-01 11:55:25 +0100
commit143680787eb5e885b0d7e2af223c7884cef5ed32 (patch)
tree2cafe633617d69338b822b948429d34cd5d1895f /nixos/tests
parente0acf703cec2d95a03bfad75a4082a02def79bba (diff)
downloadnixpkgs-143680787eb5e885b0d7e2af223c7884cef5ed32.tar
nixpkgs-143680787eb5e885b0d7e2af223c7884cef5ed32.tar.gz
nixpkgs-143680787eb5e885b0d7e2af223c7884cef5ed32.tar.bz2
nixpkgs-143680787eb5e885b0d7e2af223c7884cef5ed32.tar.lz
nixpkgs-143680787eb5e885b0d7e2af223c7884cef5ed32.tar.xz
nixpkgs-143680787eb5e885b0d7e2af223c7884cef5ed32.tar.zst
nixpkgs-143680787eb5e885b0d7e2af223c7884cef5ed32.zip
nixos/x11: move extraLayouts into xkb attrset
[Motivation](NixOS#257817 (comment))

`extraLayouts` was missed in #259891, so moving it to the other xkb
options with this PR.

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/keymap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/keymap.nix b/nixos/tests/keymap.nix
index 0e160269304..e8973a50f85 100644
--- a/nixos/tests/keymap.nix
+++ b/nixos/tests/keymap.nix
@@ -213,7 +213,7 @@ in pkgs.lib.mapAttrs mkKeyboardTest {
 
     extraConfig.console.useXkbConfig = true;
     extraConfig.services.xserver.xkb.layout = "us-greek";
-    extraConfig.services.xserver.extraLayouts.us-greek =
+    extraConfig.services.xserver.xkb.extraLayouts.us-greek =
       { description = "US layout with alt-gr greek";
         languages   = [ "eng" ];
         symbolsFile = pkgs.writeText "us-greek" ''