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 ];