Keyd: Difference between revisions
style fixes and minor improvements |
m →Activate Keyd in NixOs: NixOs -> NixOS |
||
| Line 1: | Line 1: | ||
[https://github.com/rvaiya/keyd Keyd] is a key remapping daemon, similar to kmonad. | [https://github.com/rvaiya/keyd Keyd] is a key remapping daemon, similar to kmonad. | ||
=== Activate Keyd in | === Activate Keyd in NixOS === | ||
To activate keyd in | To activate keyd in NixOS, you can simply add in the rest of your <code>/etc/nixos/configuration.nix</code> | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
services.keyd = { | services.keyd = { | ||