From 987aacc1418100bb7ff63e61d07d1b2b0edb5091 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;