nix-dotfiles/hosts/modules/core.nix
2025-11-21 19:55:01 -07:00

28 lines
373 B
Nix

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