diff options
Diffstat (limited to '')
| -rw-r--r-- | profiles/darwin.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/darwin.nix b/profiles/darwin.nix index d1e13a5..f3d0738 100644 --- a/profiles/darwin.nix +++ b/profiles/darwin.nix @@ -59,6 +59,22 @@ # End Nix ''; + home-manager.useGlobalPkgs = true; + + environment.systemPackages = with pkgs; [ + bandwhich + bottom + curl + coreutils + dust + dysk + jless + jq + procs + ripgrep + yq + ]; + nix = { extraOptions = '' tarball-ttl = 900 |
