From 418e8667f84c658873e80d72ecafcdceb98e7439 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 31 Dec 2025 08:53:47 -0800 Subject: install a few packages at the system level --- profiles/darwin.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'profiles/darwin.nix') 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 -- cgit v1.2.3