Add project

This commit is contained in:
Yan Lin 2025-10-06 14:42:22 +02:00
parent d348200934
commit d5700d8063
3 changed files with 20 additions and 4 deletions

View file

@ -5,11 +5,14 @@
home.packages = with pkgs; [
# DejaVu font family
dejavu_fonts
# Nerd Fonts with programming ligatures and icon support
nerd-fonts.fira-code
nerd-fonts.jetbrains-mono
# Ubuntu font family
ubuntu_font_family
# CJK fonts for proper Chinese/Japanese/Korean character display
noto-fonts-cjk-sans # Comprehensive CJK support
noto-fonts-cjk-serif # Serif CJK text support

View file

@ -117,5 +117,18 @@ in
];
};
dl4traj = {
description = "DAKI3 2025 Semester";
windows = [
{
name = "";
path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories";
ai = true;
git = true;
shell = true;
}
];
};
};
}