From 657277cd32f4875bf682202d33d4e33922de300c Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Mon, 18 Sep 2023 12:16:52 +0200 Subject: [PATCH] Switch keyboard layout to us alt-intl Signed-off-by: Tristan Druyen --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 596b0b5..6f8c021 100644 --- a/configuration.nix +++ b/configuration.nix @@ -89,7 +89,7 @@ services.xserver = { enable = true; layout = "us"; - xkbVariant = ""; + xkbVariant = "alt-intl"; displayManager.sddm.enable = true; desktopManager.plasma5.enable = true;