From 90aae41a832e65fda2af4ecb4e903b0332f1063d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Fri, 16 Aug 2024 16:34:25 +0200 Subject: [PATCH] fix: rename keyboard options to new names --- nixos/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 74b4f4b..3b69273 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -66,8 +66,10 @@ # Configure keymap in X11 services.xserver = { - layout = "fr"; - xkbVariant = ""; + xkb = { + layout = "fr"; + variant = ""; + }; }; # Configure console keymap