From 4ceffc0ccd74254d9856d7eb6121ce1e23476820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Thu, 11 Apr 2024 22:35:35 -0400 Subject: [PATCH] change default keyboard to reflect the laptop's hardware --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 5587c54..6a41fbb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -74,7 +74,7 @@ # Keyboard settings (xkb) services.xserver.xkb = { - layout = "us,es"; + layout = "es,us"; options = "grp:win_space_toggle"; };