diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 2195b58..3b7a68e 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -57,8 +57,8 @@ # Configure keymap in X11 services.xserver = { - layout = "no"; - xkbVariant = ""; + xkb.layout = "no"; + xkb.variant = ""; }; # Configure console keymap