Re-add kanata as a NixOS module for home row mods

https://www.youtube.com/watch?v=sLWQ4Gx88h4
https://www.youtube.com/watch?v=4yiMbP_ZySQ
This commit is contained in:
Oliver Davies 2025-05-25 12:06:29 +01:00
parent 99e0a8343f
commit 0c9c145abc
3 changed files with 77 additions and 7 deletions

View file

@ -12,14 +12,24 @@
../../users/opdavies.nix
];
cli.password-store = {
enable = true;
cli = {
kanata = {
enable = true;
extensions = with pkgs.passExtensions; [
pass-audit
pass-otp
pass-update
];
devices = [
"/dev/input/by-path/platform-i8042-serio-0-event-kbd"
];
};
password-store = {
enable = true;
extensions = with pkgs.passExtensions; [
pass-audit
pass-otp
pass-update
];
};
};
core = {