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:
parent
99e0a8343f
commit
0c9c145abc
3 changed files with 77 additions and 7 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue