added
This commit is contained in:
parent
bf16581c61
commit
a9c27e462b
8 changed files with 78 additions and 0 deletions
28
hosts/modules/core.nix
Normal file
28
hosts/modules/core.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue