Add packages from current config
This commit is contained in:
parent
5bd6bb27fe
commit
20f2ad7ddf
1 changed files with 22 additions and 16 deletions
|
|
@ -4,40 +4,46 @@
|
|||
# Packages that should be installed to the user profile.
|
||||
home.packages = with pkgs; [
|
||||
|
||||
superfile # terminal file manager
|
||||
# programming
|
||||
devbox # Customize the environment for development
|
||||
direnv # Load environment variables from.env files
|
||||
gitkraken # Git GUI
|
||||
jetbrains-toolbox # Toolbox for JetBrains IDEs
|
||||
shellcheck
|
||||
|
||||
# archives
|
||||
peazip
|
||||
|
||||
# utils
|
||||
ripgrep # recursively searches directories for a regex pattern
|
||||
jq # A lightweight and flexible command-line JSON processor
|
||||
eza # A modern replacement for ‘ls’
|
||||
fzf # A command-line fuzzy finder
|
||||
jq # A lightweight and flexible command-line JSON processor
|
||||
ripgrep # recursively searches directories for a regex pattern
|
||||
|
||||
# networking tools
|
||||
iperf3
|
||||
dnsutils # `dig` + `nslookup`
|
||||
ldns # replacement of `dig`, it provide the command `drill`
|
||||
aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
||||
nmap # A utility for network discovery and security auditing
|
||||
dnsutils # `dig` + `nslookup`
|
||||
ipcalc # it is a calculator for the IPv4/v6 addresses
|
||||
iperf3
|
||||
ldns # replacement of `dig`, it provide the command `drill`
|
||||
nmap # A utility for network discovery and security auditing
|
||||
|
||||
# misc
|
||||
file
|
||||
which
|
||||
tree
|
||||
gawk
|
||||
gnupg
|
||||
gnused
|
||||
gnutar
|
||||
gawk
|
||||
remmina
|
||||
superfile # terminal file manager
|
||||
tree
|
||||
which
|
||||
yt-dlp
|
||||
zellij
|
||||
zstd
|
||||
gnupg
|
||||
|
||||
# nix related
|
||||
#
|
||||
# it provides the command `nom` works just like `nix`
|
||||
# with more details log output
|
||||
nix-output-monitor
|
||||
# Nix related
|
||||
nix-output-monitor # command `nom`, like `nix but with more details log
|
||||
|
||||
btop # replacement of htop/nmon
|
||||
iotop # io monitoring
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue