38 lines
427 B
Nix
38 lines
427 B
Nix
{ pkgs, inputs }: (with pkgs; [
|
|
inputs.nix-search-cli.packages.${pkgs.system}.default
|
|
inputs.nix-inspect.packages.${pkgs.system}.default
|
|
nixos-rebuild
|
|
nano
|
|
vim
|
|
wget
|
|
screen
|
|
tmux
|
|
lsof
|
|
htop
|
|
mosh
|
|
dnsutils
|
|
iperf3
|
|
nmap
|
|
rsync
|
|
ethtool
|
|
sshfs
|
|
ddrescue
|
|
pciutils
|
|
ncdu
|
|
nix-index
|
|
git
|
|
pv
|
|
unzip
|
|
file
|
|
ripgrep
|
|
jq
|
|
units
|
|
tree
|
|
rclone
|
|
iputils
|
|
ssh-to-age
|
|
sops
|
|
inetutils
|
|
neovim
|
|
])
|