add Unarchiver

This commit is contained in:
Yan Lin 2026-01-02 17:24:02 +08:00
parent 82a6047d4f
commit ffb9621d23
3 changed files with 18 additions and 16 deletions

View file

@ -101,26 +101,12 @@ in
description = "DAKI3 2025 Semester";
windows = [
{
name = "code";
path = homePath "Documents/Projects/AI systems & infrastructure/Codes";
name = "";
path = homePath "Documents/Projects/AI systems & infrastructure";
ai = true;
git = false;
shell = true;
}
{
name = "slide";
path = homePath "Documents/Projects/AI systems & infrastructure/Slides";
ai = true;
git = false;
shell = false;
}
{
name = "group";
path = homePath "Documents/Projects/DAKI3 Semester Project Group";
ai = true;
git = false;
shell = false;
}
];
};