diff options
Diffstat (limited to 'hm/shell')
| -rw-r--r-- | hm/shell/cli.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hm/shell/cli.nix b/hm/shell/cli.nix index e9e48af..fa4f3fc 100644 --- a/hm/shell/cli.nix +++ b/hm/shell/cli.nix @@ -21,6 +21,7 @@ in programs.btop.enable = true; programs.fastfetch.enable = true; + programs.direnv.enable = true; home.packages = with pkgs; [ srm @@ -29,6 +30,9 @@ in chafa hexyl procs + jq + yq-go + tldr ]; }; } |
