did the distrobox stuff

This commit is contained in:
pyro57000
2025-02-20 13:09:12 -06:00
parent 4e1ab4c30f
commit a798e39461
3 changed files with 16 additions and 14 deletions

View File

@@ -192,7 +192,7 @@ pub fn new_project(projects: &mut Vec<Project>, project_dir: &PathBuf, notes_dir
id: new_id,
boxname: box_name,
};
make_box(&new_project, &tools_dir, &boxtemplate);
make_box(&new_project, &tools_dir, &boxtemplate, true);
projects.push(new_project);
save_projects(projects, config_path);