From 2019e181fe20b0fed714036f7ba38d7f9589fb41 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:40:13 +1000 Subject: [PATCH] feat: install some new cli tools --- modules/nixos/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index c976dbd..556e8e8 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -28,7 +28,14 @@ in # keep-sorted start bottom # top broot # large directory browser + choose # cut + circumflex # hacker news browsing + cointop # crypto ticker + ddgr # web search dogdns # dns + dua # du + duf # df + epy # ebook reading fd # find fselect # find with sql syntax fx # json processor and viewer @@ -45,7 +52,11 @@ in nb # note taking nixfmt-rfc-style # nix file formatting nom # stylistic nix dependency graphs + pastel # colour generation + pdd # datetime calculations + pirate-get # torrenting procs # ps + rates # currency conversion ripgrep-all # grep ripunzip # unzip sd # sed @@ -56,6 +67,7 @@ in tt # typing test wtfutil # terminal homepage xh # curl + xxh # use shell config in remote sessions # keep-sorted end ]; }