add layout
This commit is contained in:
parent
1378da5cab
commit
0e499fbd4d
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user