custom layout and different niri binds

This commit is contained in:
twoneis 2024-07-29 14:38:49 +02:00
parent 253d0eb7cc
commit 244fba19a1
5 changed files with 130 additions and 40 deletions

View file

@ -0,0 +1,14 @@
{ ... }: {
services.xserver.xkb = {
layout = "us,custom";
options = "compose:ralt";
extraLayouts."custom" = {
description = "custom dvorak-like layout.";
languages = [ "en" ];
symbolsFile = ./custom.xkb;
};
};
console.keyMap = "us";
}