Move and refactor Kanata configuration
All checks were successful
/ check (push) Successful in 1m41s

This commit is contained in:
Oliver Davies 2025-07-27 18:49:06 +01:00
parent 1be1e2dd8d
commit d19c5e6bcd
8 changed files with 54 additions and 73 deletions

View file

@ -19,13 +19,6 @@
];
features = {
cli = {
kanata.enable = true;
kanata.devices = [
"/dev/input/by-path/platform-i8042-serio-0-event-kbd"
];
};
desktop = {
dwm.enable = true;
};