nix-dotfiles/hosts/modules/core.nix
2025-06-30 21:22:40 -06:00

28 lines
326 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
];
}