layout added + trying better url for xkb
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
extraLayouts.hhkbse = {
|
extraLayouts.hhkbse = {
|
||||||
description = "HHKBse by cnst";
|
description = "HHKBse by cnst";
|
||||||
languages = ["se"];
|
languages = ["se"];
|
||||||
symbolsFile = /home/cnst/.nix-config/nixos/hosts/cnix/xkb/symbols/hhkbse;
|
symbolsFile = /nixos/hosts/cnix/xkb/symbols/hhkbse;
|
||||||
};
|
};
|
||||||
layout = "hhkbse";
|
layout = "hhkbse";
|
||||||
# dir = "/home/cnst/.nix-config/nixos/xkb";
|
# dir = "/home/cnst/.nix-config/nixos/xkb";
|
||||||
|
|||||||
@@ -2,5 +2,6 @@
|
|||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
videoDrivers = ["nvidia"];
|
videoDrivers = ["nvidia"];
|
||||||
|
layout = "se";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user