Add project
This commit is contained in:
parent
d348200934
commit
d5700d8063
3 changed files with 20 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue