summaryrefslogtreecommitdiff
path: root/hm/shell/cli.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-26 21:19:02 +0100
committeradikro <adikro@disroot.org>2025-12-26 21:19:02 +0100
commitdb44d490d1b6e25212a5bd7cd0f3a390cf394b55 (patch)
tree4144bbd6af8216da847c44dba30aed418e71c371 /hm/shell/cli.nix
parenta6e1c4deec2bc9381159ea9231f4e8a8a8a6c703 (diff)
added ssh support, renamed sys to os
Diffstat (limited to 'hm/shell/cli.nix')
-rw-r--r--hm/shell/cli.nix4
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
];
};
}