Removed useless stuff

This commit is contained in:
Tomas Rivera
2026-03-30 16:43:22 +02:00
parent 9cac666fdd
commit 4dfb26b487
6 changed files with 0 additions and 1222 deletions
-17
View File
@@ -1,17 +0,0 @@
# used for the terminal autostart. Needs to get cleared and recall fastfetch so that the bar from oh-my-zsh get resized
{
writeShellApplication,
zsh,
...
}:
writeShellApplication {
name = "custom-launch";
runtimeInputs = [
zsh
];
text = ''
sleep 2
clear
zsh
'';
}