From 475c319540c65fe89323f70496d6b331aba03c51 Mon Sep 17 00:00:00 2001 From: Joshua Barrett Date: Tue, 23 Jun 2026 10:27:18 -0400 Subject: [PATCH] added a handful of useful cli tools to default home environment --- modules/home/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/default.nix b/modules/home/default.nix index f2a3eb1..038b51d 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -10,11 +10,17 @@ packages = with pkgs; [ rsync ripgrep + fd + bottom + procs + moor ]; file = { }; sessionVariables = { + PAGER = "moor"; }; + sessionPath = ["$HOME/.local/bin"]; }; programs.home-manager.enable = true; programs.zsh.enable = true; -- 2.51.2