move hotkeys to the files of the programs they're for

This commit is contained in:
sadan 2025-04-26 16:48:42 -04:00
parent dc4371c619
commit d99ce4a251
No known key found for this signature in database
5 changed files with 67 additions and 39 deletions

View file

@ -17,10 +17,21 @@
};
programs = {
zsh = {
# Completion support for kitten
# Completion support for kitten
initExtra = ''
compdef _kitty kitten
'';
};
plasma = {
hotkeys = {
commands = {
"kitty" = {
name = "kitty";
key = "Alt+Shift+Return";
command = "kitty";
};
};
};
};
};
}