nix-dotfiles/hosts/modules/core.nix
2025-08-14 20:45:08 -06:00

30 lines
347 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
tree
fd
jq
gawk
psmisc
unzip
bash
maim
wrk
bitwarden
hashcat
cachix
gcc
gnumake
cmake
ninja
binutils
gdb
pkg-config
autoconf
automake
libtool
nasm
nix-prefetch-git
icu
libclang
];
}