From 8bc20f085425a2616f86b7acf1b39bd14fbb75df Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 22 May 2024 01:28:14 -0400 Subject: [PATCH] home: install a few utils, organize pkg list --- home/profile/base.nix | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/home/profile/base.nix b/home/profile/base.nix index c9e48d2..1f730fa 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -103,34 +103,25 @@ in exec "${pkgs.hyfetch}/bin/neowofetch" "$@" ''; in [ - mosh - btop - htop - fzf - zoxide - tmux - restic - rclone - rmlint - pv - ncdu - rmlint - # nix stuff nvd nix-tree nh + nix-output-monitor git git-lfs stow curl + # shell ripgrep fd bat moreutils grc + fzf + pv # for icat on all systems kitty.kitten @@ -144,6 +135,21 @@ in # pretty hyfetch neofetch-hyfetch-shim + + # files + restic + rclone + rmlint + ncdu + + # other utilities + tmux + mosh + btop + htop + zoxide + asciinema + ]; }; }