Make a dedicated resoures folder
This commit is contained in:
parent
d53bab1e35
commit
dcf898f8db
3 changed files with 2 additions and 2 deletions
|
|
@ -16,12 +16,12 @@
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
xserver = {
|
xserver = {
|
||||||
xkb = {
|
xkb = {
|
||||||
layout = lib.mkForce "neo_dvorak";
|
layout = lib.mkForce "neo_dvorak,us";
|
||||||
|
|
||||||
extraLayouts = {
|
extraLayouts = {
|
||||||
neo_dvorak = {
|
neo_dvorak = {
|
||||||
description = "Dvorak with Neo2 Extensions";
|
description = "Dvorak with Neo2 Extensions";
|
||||||
symbolsFile = ../xkb/symbols/neo_dvorak;
|
symbolsFile = ../res/xkb/symbols/neo_dvorak;
|
||||||
languages = [ "eng" ];
|
languages = [ "eng" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue