diff options
author | Franck Cuny <franck@fcuny.net> | 2023-09-14 19:26:01 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-11-06 17:05:04 -0800 |
commit | 87dbdb366c0865bf4751cb96e0e342234eb1308b (patch) | |
tree | eb5889581b630edff990b7f0ff8fe2325e1d0672 /home | |
parent | add a couple of aliases for git (diff) | |
download | world-87dbdb366c0865bf4751cb96e0e342234eb1308b.tar.gz |
install a few more CLI
Diffstat (limited to '')
-rw-r--r-- | home/profiles/darwin.nix | 6 |
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 = { |