add launcher for scripts

This commit is contained in:
2025-11-21 04:26:32 +03:00
parent b1fd965700
commit 60aeff2748
7 changed files with 210 additions and 24 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ echo "Removing all backups in $HOME/.config/home-manager..."
rm -rf $HOME/.config/home-manager.bak.*
echo "Run nix-collect-garbage"
nix-collect-garbage
nix-collect-garbage --delete-older-than 7d
echo "Done!"