nix-dotfiles/hosts/modules/core.nix

33 lines
389 B
Nix

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