From 657c7b8f9a3652d388e255c4833b6d8187cf8db9 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Mon, 7 Jul 2025 18:01:32 -0500 Subject: [PATCH] Option has been moved --- hosts/NixGate/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/NixGate/configuration.nix b/hosts/NixGate/configuration.nix index 83a05d5..675e97a 100644 --- a/hosts/NixGate/configuration.nix +++ b/hosts/NixGate/configuration.nix @@ -40,9 +40,9 @@ }; # Configure keymap in X11 - services.xserver = { + services.xserver.xkb = { layout = "us"; - xkbVariant = ""; + variant = ""; }; # Virtualizer Agent