diff options
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 = { |