Keyd. Hoo boy.
This commit is contained in:
parent
eff426b332
commit
9001cdc2a4
|
@ -3,6 +3,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./fwupd
|
./fwupd
|
||||||
./gnome-keyring
|
./gnome-keyring
|
||||||
|
./keyd
|
||||||
./mpd
|
./mpd
|
||||||
./networkfs
|
./networkfs
|
||||||
./polkit
|
./polkit
|
||||||
|
|
14
modules/system/services/pc/keyd/default.nix
Normal file
14
modules/system/services/pc/keyd/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.keyd = {
|
||||||
|
enable = true;
|
||||||
|
keyboards.default = {
|
||||||
|
ids = [ "*" ];
|
||||||
|
settings.main = {
|
||||||
|
capslock = "overload(control, esc)";
|
||||||
|
leftcontrol = "leftmeta";
|
||||||
|
f13 = "delete";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue