From 1451f3de8b418f51374090a665eb49e9515008f0 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Tue, 23 Apr 2024 17:26:39 +0200 Subject: [PATCH] alt shift switch layout --- shared/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/desktop.nix b/shared/desktop.nix index 5f50139..ea87e5a 100644 --- a/shared/desktop.nix +++ b/shared/desktop.nix @@ -58,7 +58,7 @@ displayManager.startx.enable = true; xkb = { layout = "fox,sus"; - options = "ctrl:nocaps"; + options = "ctrl:nocaps,grp:alt_shift_toggle"; extraLayouts.sus = { description = "Swedish US"; languages = [ "se" ];