From e66bbf0042ba95b671f22034d2d9dcd5de561c4c Mon Sep 17 00:00:00 2001 From: jahanson Date: Sat, 11 May 2024 08:39:19 -0500 Subject: [PATCH] Essential tool debug. --- nixos/home/jahanson/global.nix | 48 +++++++++++++++++++++++++++++ nixos/home/jahanson/workstation.nix | 46 --------------------------- 2 files changed, 48 insertions(+), 46 deletions(-) diff --git a/nixos/home/jahanson/global.nix b/nixos/home/jahanson/global.nix index 11fa081..257a43c 100644 --- a/nixos/home/jahanson/global.nix +++ b/nixos/home/jahanson/global.nix @@ -33,6 +33,54 @@ with config; xz unzip p7zip + + # cli + _1password + bat + dbus + direnv + git + nix-index + python3 + fzf + ripgrep + + # terminal file managers + nnn + ranger + yazi + + # 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 + socat # replacement of openbsd-netcat + nmap # A utility for network discovery and security auditing + ipcalc # it is a calculator for the IPv4/v6 addresses + + # system tools + sysstat + lm_sensors # for `sensors` command + ethtool + pciutils # lspci + usbutils # lsusb + + # system call monitoring + strace # system call monitoring + ltrace # library call monitoring + lsof # list open files + + btop # replacement of htop/nmon + iotop # io monitoring + iftop # network monitoring + + # utils + direnv # shell environment management + pre-commit # Pre-commit tasks for git + minio-client # S3 management + shellcheck + envsubst # nix tools nvd diff --git a/nixos/home/jahanson/workstation.nix b/nixos/home/jahanson/workstation.nix index 3df9199..591a596 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -32,54 +32,8 @@ with config; vlc # cli - _1password - bat - dbus - direnv - git - nix-index - python3 - fzf - ripgrep brightnessctl - fastfetch - # terminal file managers - nnn - ranger - yazi - - # 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 - socat # replacement of openbsd-netcat - nmap # A utility for network discovery and security auditing - ipcalc # it is a calculator for the IPv4/v6 addresses - - # system tools - sysstat - lm_sensors # for `sensors` command - ethtool - pciutils # lspci - usbutils # lsusb - - # system call monitoring - strace # system call monitoring - ltrace # library call monitoring - lsof # list open files - - btop # replacement of htop/nmon - iotop # io monitoring - iftop # network monitoring - - # utils - direnv # shell environment management - pre-commit # Pre-commit tasks for git - minio-client # S3 management - shellcheck - envsubst ]; };