added vial a qmk gui keyboard configurator

This commit is contained in:
Tomas Rivera
2026-03-04 09:39:48 +01:00
parent d401d0fb93
commit 75e26780b0
6 changed files with 25 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
# used for the terminal autostart. Needs to get cleared and recall fastfetch so that the bar from oh-my-zsh get resized
{ writeShellApplication, kitty, tomato-c,... }:
writeShellApplication {
name = "custom-tomato";
runtimeInputs = [
kitty
tomato-c
];
text = ''
kitty -e tomato
'';
}