feat: Add development tools

This commit is contained in:
Leni Aniva 2024-11-25 20:43:45 -08:00
parent 5ff1283530
commit 0333edab16
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
2 changed files with 17 additions and 3 deletions

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