feat: Add development tools
This commit is contained in:
parent
5ff1283530
commit
0333edab16
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,13 @@
|
||||||
};
|
};
|
||||||
brews = [
|
brews = [
|
||||||
"pinentry-mac"
|
"pinentry-mac"
|
||||||
|
|
||||||
|
# Building tools
|
||||||
|
"libtool"
|
||||||
|
"pkgconf"
|
||||||
|
"autoconf"
|
||||||
|
"poppler"
|
||||||
|
"automake"
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
# System monitoring
|
# System monitoring
|
||||||
|
|
Loading…
Reference in New Issue