feat: Nix flake build for Darwin #23

Open
aniva wants to merge 16 commits from system/darwin into main
1 changed files with 5 additions and 1 deletions
Showing only changes of commit e8b0d0de79 - Show all commits

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 = {