1

Modules/Packages: Add texlive to darwinix

This commit is contained in:
2026-04-04 10:51:44 +02:00
parent debe85da8e
commit 49ef17ac33
2 changed files with 12 additions and 0 deletions

View File

@ -179,6 +179,11 @@ in {
# nextcloud-client # nextcloud-client
# proton-vpn # proton-vpn
# iina # iina
# TODO: Update the docs module to be darwinix compatible
# - The filepaths need to be adapted
texliveFull
typst
]) ])
]; ];

View File

@ -141,6 +141,10 @@
upgrade = true; upgrade = true;
}; };
# taps = [
# "homebrew-zathura/zathura"
# ];
brews = []; brews = [];
casks = [ casks = [
@ -151,6 +155,9 @@
"obsidian" "obsidian"
"protonvpn" "protonvpn"
"signal" "signal"
# "zathura"
# "zathura-pdf-mupdf"
"zotero"
]; ];
}; };