From 973af180ada5a51436496b6d8d15eea4b7b32d2b Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:08:16 +1000 Subject: [PATCH] install ripunzip --- modules/nixos/default.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 6db4225..32e1386 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -26,19 +26,16 @@ in # cli utils environment.systemPackages = with pkgs; [ - nom - nixfmt-rfc-style - - # rust replacements - # delta # pager - # fish # shell dua # disk use analyser fd # find hyperfine # benchmarking tool lazygit # git tui mprocs # run long running commands and monitor output + nom + nixfmt-rfc-style presenterm # presentations ripgrep-all # grep + ripunzip wiki-tui # wikipedia tui xh # curl ];