mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
Removed useless stuff
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user