nix-dotfiles/hosts/modules/misc.nix
2026-03-02 03:38:24 -07:00

27 lines
355 B
Nix

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