added quarto

This commit is contained in:
Daniel Winkler 2025-06-02 19:56:46 +02:00
commit 5b393788da
No known key found for this signature in database
3 changed files with 11 additions and 6 deletions

View file

@ -62,6 +62,9 @@
jldev = with pkgs; [
julia-bin
];
quarto = with pkgs; [
quarto
]
};
environmentVariables = {
@ -124,6 +127,7 @@
rdev = true;
pydev = true;
jldev = true;
quarto = true;
};
}
);