non important commit

This commit is contained in:
maxstrb 2025-09-26 17:41:31 +02:00
parent a9b02046d1
commit ff963040f9

View file

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