feat: add az, vscodium, warp-term

This commit is contained in:
DannyDannyDanny 2025-10-08 10:02:24 +02:00
parent 8cbd8a2324
commit 2042d348e9

View file

@ -51,11 +51,14 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gh
ripgrep ripgrep
wget wget
# busybox #TODO: doesn't run on darwin # busybox #TODO: doesn't run on darwin
azure-cli
gh
git git
gnupg gnupg
coreutils coreutils
openssl openssl
@ -66,8 +69,12 @@
cowsay cowsay
lolcat lolcat
alacritty alacritty
vscodium
code-cursor code-cursor
cursor-cli cursor-cli
warp-terminal
discord discord
tree tree
]; ];