nix-dotfiles/hosts/modules/core.nix
2025-12-05 16:25:11 -07:00

28 lines
372 B
Nix

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