diff --git a/computational/configuration.nix b/computational/configuration.nix index 9bd239e..8b815ce 100644 --- a/computational/configuration.nix +++ b/computational/configuration.nix @@ -55,8 +55,17 @@ enable = true; desktopManager.plasma5.enable = true; displayManager.startx.enable = true; - layout = "us,se"; - xkbOptions = "grp:alt_caps_toggle"; + layout = "fox,sus"; + extraLayouts.sus = { + description = "Swedish US"; + languages = [ "se" ]; + symbolsFile = ../shared/sus.xkb; + }; + extraLayouts.fox = { + description = "Layout suitable to be used by a fox"; + languages = [ "se" ]; + symbolsFile = ../shared/fox.xkb; + }; }; # [SOUND]