feat: Nix flake build for Darwin #23

Open
aniva wants to merge 12 commits from system/darwin into main
2 changed files with 17 additions and 3 deletions
Showing only changes of commit 0333edab16 - Show all commits

View File

@ -16,16 +16,23 @@ in
}; };
systemPackages = with pkgs; [ systemPackages = with pkgs; [
vim vim
imagemagick
ripgrep ripgrep
direnv fd
nix-direnv
gnupg gnupg
direnv
nix-direnv
rustup rustup
elan elan
poetry poetry
tex tex
cmake
ispell
# Media
imagemagick
fontconfig
]; ];
}; };

View File

@ -9,6 +9,13 @@
}; };
brews = [ brews = [
"pinentry-mac" "pinentry-mac"
# Building tools
"libtool"
"pkgconf"
"autoconf"
"poppler"
"automake"
]; ];
casks = [ casks = [
# System monitoring # System monitoring