From 49462b149d7ad300b1f9114b1c5778057656158b Mon Sep 17 00:00:00 2001 From: jahanson Date: Fri, 10 May 2024 22:14:56 -0500 Subject: [PATCH] Checking compatibility. --- nixos/home/jahanson/global.nix | 38 ----------------------------- nixos/home/jahanson/workstation.nix | 38 +++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/nixos/home/jahanson/global.nix b/nixos/home/jahanson/global.nix index 593d41c..11fa081 100644 --- a/nixos/home/jahanson/global.nix +++ b/nixos/home/jahanson/global.nix @@ -26,7 +26,6 @@ with config; gawk zstd gnupg - fastfetch go-task # archives @@ -35,43 +34,6 @@ with config; unzip p7zip - # 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 0b2fe9a..3df9199 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -42,6 +42,44 @@ with config; 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 ]; };