Files
nix-dotfiles-v2/modules/develPackages.nix
T
Your Name 4103266918 fixes
2026-05-11 11:28:50 +02:00

76 lines
866 B
Nix

{
config,
pkgs,
lib,
...
}:
{
environment.systemPackages = with pkgs; [
zip
unzip
jq
curl
wget
openssl
gdb
libgcc
gcc
gccStdenv
gnumake
libcxx
libclc
libcap
libcutl
cmake
i2pd-tools
autoconf
xorg-autoconf
automake
autobuild
libtool
pkgconf
libpkgconf
pkg-config
valgrind
fontconfig
imagemagickBig
plantuml
rustup
rustfmt
treefmt
yarn
nodejs-slim
node2nix
uv
poetry
thonny
(python3.withPackages (import ./python-packages.nix))
github-copilot-cli
#dotnet-sdk_8
#dotnet-sdk_9
#dotnet-sdk_10
#dotnet-aspnetcore
#dotnet-ef
custom.android-cli
unstable.nrfconnect
unstable.nrfutil
#gamedev
godot
];
programs.dconf.enable = lib.mkDefault true;
}