non important commit

This commit is contained in:
maxstrb 2025-09-27 14:12:47 +02:00
parent a78b5b381f
commit c6258f400d

View file

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