mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
added vial a qmk gui keyboard configurator
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user