nix-dotfiles/hosts/modules/core.nix
2025-10-10 23:11:41 -06:00

29 lines
390 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
busybox # in case im missing something random
fd
jq
wrk
bitwarden
hashcat
cachix
gcc14
gnumake
cmake
ninja
binutils
gdb
pkg-config
autoconf
automake
libtool
nasm
nix-prefetch-git
icu
libclang
argc
appimage-run
clang
openssl
];
}