layout added + trying better url for xkb

This commit is contained in:
cnst
2024-07-27 19:37:33 +02:00
parent 3c572e8074
commit 589806fa52
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
extraLayouts.hhkbse = {
description = "HHKBse by cnst";
languages = ["se"];
symbolsFile = /home/cnst/.nix-config/nixos/hosts/cnix/xkb/symbols/hhkbse;
symbolsFile = /nixos/hosts/cnix/xkb/symbols/hhkbse;
};
layout = "hhkbse";
# dir = "/home/cnst/.nix-config/nixos/xkb";

View File

@@ -2,5 +2,6 @@
services.xserver = {
enable = true;
videoDrivers = ["nvidia"];
layout = "se";
};
}