custom layout and different niri binds
This commit is contained in:
parent
253d0eb7cc
commit
244fba19a1
5 changed files with 130 additions and 40 deletions
14
modules/layout/default.nix
Normal file
14
modules/layout/default.nix
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue