mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-10 21:04:10 -04:00
repo restructure
This commit is contained in:
parent
1c9fd8d611
commit
62bec7e920
13 changed files with 218 additions and 193 deletions
36
modules/software/keyd.nix
Normal file
36
modules/software/keyd.nix
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards.default = {
|
||||
ids = ["*"];
|
||||
extraConfig = ''
|
||||
[global]
|
||||
|
||||
default_layout = main
|
||||
|
||||
[main:layout]
|
||||
|
||||
capslock = layer(standardL2)
|
||||
|
||||
[standardL2]
|
||||
|
||||
w = up
|
||||
s = down
|
||||
a = left
|
||||
d = right
|
||||
|
||||
b = C-b
|
||||
|
||||
space = playpause
|
||||
. = nextsong
|
||||
, = previoussong
|
||||
|
||||
[ = delete
|
||||
] = end
|
||||
escape = ~
|
||||
|
||||
home = end
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue