feat: Add development tools
This commit is contained in:
parent
5ff1283530
commit
0333edab16
|
@ -16,16 +16,23 @@ in
|
|||
};
|
||||
systemPackages = with pkgs; [
|
||||
vim
|
||||
imagemagick
|
||||
ripgrep
|
||||
direnv
|
||||
nix-direnv
|
||||
fd
|
||||
gnupg
|
||||
|
||||
direnv
|
||||
nix-direnv
|
||||
rustup
|
||||
elan
|
||||
poetry
|
||||
tex
|
||||
cmake
|
||||
|
||||
ispell
|
||||
|
||||
# Media
|
||||
imagemagick
|
||||
fontconfig
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -9,6 +9,13 @@
|
|||
};
|
||||
brews = [
|
||||
"pinentry-mac"
|
||||
|
||||
# Building tools
|
||||
"libtool"
|
||||
"pkgconf"
|
||||
"autoconf"
|
||||
"poppler"
|
||||
"automake"
|
||||
];
|
||||
casks = [
|
||||
# System monitoring
|
||||
|
|
Loading…
Reference in New Issue