about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-09-14 19:26:01 -0700
committerFranck Cuny <franck@fcuny.net>2023-11-06 17:05:04 -0800
commit87dbdb366c0865bf4751cb96e0e342234eb1308b (patch)
treeeb5889581b630edff990b7f0ff8fe2325e1d0672
parentadd a couple of aliases for git (diff)
downloadworld-87dbdb366c0865bf4751cb96e0e342234eb1308b.tar.gz
install a few more CLI
-rw-r--r--home/profiles/darwin.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/home/profiles/darwin.nix b/home/profiles/darwin.nix
index 4575176..1362691 100644
--- a/home/profiles/darwin.nix
+++ b/home/profiles/darwin.nix
@@ -10,13 +10,15 @@
   ];
 
   home.packages = with pkgs; [
-    jq
     direnv
+    dive
+    jq
     nix-direnv
-    tree
     nixfmt
     nixpkgs-fmt
+    ripgrep
     rnix-lsp
+    tree
   ];
 
   programs = {