feat: Nix flake build for Darwin #23
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue