diff --git a/config/projects.nix b/config/projects.nix index 6cba2f6..bf441c9 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -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; + } + ]; + }; + }; }