feat: Add typst and lilypond

This commit is contained in:
Leni Aniva 2025-02-28 11:42:18 -08:00
parent 8ccc62cbf7
commit e8b0d0de79
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 5 additions and 1 deletions

View File

@ -22,10 +22,11 @@
cmake
nodejs_23
pnpm
typst
ispell
biber
lilypond-with-fonts
lilypond-unstable-with-fonts
# Media
imagemagick
@ -35,6 +36,9 @@
python312Packages.pygments
];
};
fonts.packages = with pkgs; [
lilypond-with-fonts
];
# Auto upgrade nix package and the daemon service.
services = {