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;