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.
|
# Packages that should be installed to the user profile.
|
||||||
home.packages = with pkgs; [
|
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
|
# archives
|
||||||
peazip
|
peazip
|
||||||
|
|
||||||
# utils
|
# utils
|
||||||
ripgrep # recursively searches directories for a regex pattern
|
|
||||||
jq # A lightweight and flexible command-line JSON processor
|
|
||||||
eza # A modern replacement for ‘ls’
|
eza # A modern replacement for ‘ls’
|
||||||
fzf # A command-line fuzzy finder
|
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
|
# 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
|
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
|
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
|
# misc
|
||||||
file
|
file
|
||||||
which
|
gawk
|
||||||
tree
|
gnupg
|
||||||
gnused
|
gnused
|
||||||
gnutar
|
gnutar
|
||||||
gawk
|
remmina
|
||||||
|
superfile # terminal file manager
|
||||||
|
tree
|
||||||
|
which
|
||||||
|
yt-dlp
|
||||||
|
zellij
|
||||||
zstd
|
zstd
|
||||||
gnupg
|
|
||||||
|
|
||||||
# nix related
|
# Nix related
|
||||||
#
|
nix-output-monitor # command `nom`, like `nix but with more details log
|
||||||
# it provides the command `nom` works just like `nix`
|
|
||||||
# with more details log output
|
|
||||||
nix-output-monitor
|
|
||||||
|
|
||||||
btop # replacement of htop/nmon
|
btop # replacement of htop/nmon
|
||||||
iotop # io monitoring
|
iotop # io monitoring
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue