non important commit

This commit is contained in:
maxstrb 2025-09-26 17:23:24 +02:00
parent a3b8ad0360
commit 3c8b0ee874

View file

@ -36,7 +36,7 @@
mkdir $name
cd $name
if (ls $"~/.nix-config/home/modules/create-project/project-blueprints/($type)/*" | length) > 0 {
if (ls $"~/.nix-config/home/modules/create-project/project-blueprints/($type)" | length) > 0 {
cp $"~/.nix-config/home/modules/create-project/project-blueprints/($type)/*" .
}