Added okular as default pdf, full texlive environment for resumes

This commit is contained in:
2025-10-27 15:31:20 -07:00
parent cdb9b3f2f8
commit 6b43a528f9
2 changed files with 9 additions and 0 deletions

View File

@@ -2,5 +2,7 @@
{
environment.systemPackages = with pkgs; [
obsidian
kdePackages.okular
texliveFull
];
}