non important commit

This commit is contained in:
maxstrb 2025-09-27 14:03:43 +02:00
parent dd58e1d60e
commit a78b5b381f

View file

@ -37,7 +37,7 @@
cd $name
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)/*" .
$"~/.nix-config/home/modules/create-project/project-blueprints/($type)/*" | path expand | cp $in .
}
if ($"./init.sh" | path type) == "file" {