nix-dotfiles/hosts/modules/core.nix
2025-09-26 17:44:22 -06:00

32 lines
373 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
argc
appimage-run
];
}