summaryrefslogtreecommitdiff
path: root/hm/shell/cli.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/shell/cli.nix')
-rw-r--r--hm/shell/cli.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/hm/shell/cli.nix b/hm/shell/cli.nix
index 01aeb67..b02922b 100644
--- a/hm/shell/cli.nix
+++ b/hm/shell/cli.nix
@@ -1,4 +1,9 @@
-{ config, lib, pkgs, ... }:
+{
+ config,
+ lib,
+ pkgs,
+ ...
+}:
let
cfg = config.hm.shell.cli;
in
@@ -31,13 +36,12 @@ in
home.packages = with pkgs; [
nix-search-cli
- magic-wormhole
srm
file
mediainfo
chafa
hexyl
- procs
+ procs
yq-go
tldr
];