nix-dotfiles/hosts/modules/core.nix
alsaiduq-lab ec3d8e3a52 updates
too lazy to write a proper message but this fixes the greeter
2025-12-31 17:52:47 -07:00

30 lines
401 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
xdg-utils
nix-search
];
}