From 2bac451b2a1b2d7e0f5d87f729d663ed3c3240f5 Mon Sep 17 00:00:00 2001 From: madmin Date: Tue, 13 Aug 2024 20:04:30 +0200 Subject: [PATCH] clean(laozi/core, laozi/optional): add nmap to core, transfer du-dust, nerdfetch to optional/system --- home/laozi/common/core/default.nix | 6 +++--- home/laozi/common/optional/system/default.nix | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/home/laozi/common/core/default.nix b/home/laozi/common/core/default.nix index 71bd61f..d6a4f26 100644 --- a/home/laozi/common/core/default.nix +++ b/home/laozi/common/core/default.nix @@ -35,16 +35,16 @@ ncdu# TUI disk usage btop# resource monitor pfetch# system info - nerdfetch# fetch using nerdfonts + pciutils# pci bus info + conns. to them coreutils# basic gnu utils - du-dust# see how disk space is being used usbutils ntfs3g # NTFS fs pmutils # power management https://pm-utils.freedesktop.org/wiki/ wireshark - + nmap + mosh# mobile shell # curl ripgrep# better grep diff --git a/home/laozi/common/optional/system/default.nix b/home/laozi/common/optional/system/default.nix index fe71d0c..f6306bf 100644 --- a/home/laozi/common/optional/system/default.nix +++ b/home/laozi/common/optional/system/default.nix @@ -6,5 +6,7 @@ inherit (pkgs) # Here go packages without my configs #!Remember to comment without space after package + nerdfetch# fetch using nerdfonts + du-dust; # see how disk space is being used }; }