add ap application project

This commit is contained in:
Yan Lin 2025-12-24 16:13:45 +08:00
parent db00b2e307
commit 4e66617543

View file

@ -164,5 +164,17 @@ in
]; ];
}; };
aau-ap = {
description = "AAU 2026 AP Application";
windows = [
{
name = "";
path = homePath "Documents/Misc/2025/AAU 2026 AP";
git = true;
shell = true;
}
];
};
}; };
} }