From 8e1074bfc0e6f326c584578fabba328acb2c1e3e Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 9 Jan 2025 02:20:05 -0500 Subject: [PATCH] home/base: add some common packages --- home/profile/base.nix | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/home/profile/base.nix b/home/profile/base.nix index f7ffa88..bb6690c 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -98,6 +98,10 @@ in grc fzf pv + jq + lsof + xxd + shellcheck # for icat on all systems kitty.kitten @@ -111,6 +115,7 @@ in # pretty hyfetch neofetch-hyfetch-shim + fastfetch # files restic @@ -118,6 +123,19 @@ in rmlint ncdu + # compression + atool-wrapped + lzip + plzip + lzop + xz + zip + unzip + arj + rpm + cpio + p7zip + # other utilities tmux mosh @@ -125,7 +143,7 @@ in htop zoxide asciinema - + mtr ]; }; }