From 1b0e83d2067dac0b1c124e26e3cb7db3a4f56a75 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 10 Jul 2025 03:27:31 +0200 Subject: [PATCH] System/Thinknix: Update renamed options --- system/thinknix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/thinknix/default.nix b/system/thinknix/default.nix index 0a381233..99a7a705 100644 --- a/system/thinknix/default.nix +++ b/system/thinknix/default.nix @@ -60,8 +60,8 @@ services = { # Configure keymap in X11 xserver = { - layout = "us"; - xkbVariant = "altgr-intl"; + xkb.layout = "us"; + xkb.variant = "altgr-intl"; }; qemuGuest.enable = true;