From 2042d348e9f85474ca4859e7118fb5d477ef1c1d Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Wed, 8 Oct 2025 10:02:24 +0200 Subject: [PATCH] feat: add az, vscodium, warp-term :sparkles: --- nixos/hosts/macos.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/macos.nix b/nixos/hosts/macos.nix index 3f17445..64c028a 100644 --- a/nixos/hosts/macos.nix +++ b/nixos/hosts/macos.nix @@ -51,11 +51,14 @@ }; environment.systemPackages = with pkgs; [ - gh ripgrep wget # busybox #TODO: doesn't run on darwin + + azure-cli + gh git + gnupg coreutils openssl @@ -66,8 +69,12 @@ cowsay lolcat alacritty + + vscodium code-cursor cursor-cli + warp-terminal + discord tree ];