Move goverlay to unstable, move discord to canary to fix screen sharing, add a hand full of commonly used CLIs

This commit is contained in:
BuyMyMojo 2025-03-25 22:38:18 +11:00
parent c00951f5ea
commit b77df942c1
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -53,6 +53,8 @@
pkgs.poop # Compare the performance of multiple commands with a colorful terminal user interface pkgs.poop # Compare the performance of multiple commands with a colorful terminal user interface
pkgs.age pkgs.age
pkgs.stow pkgs.stow
pkgs.yt-dlp
pkgs.aria2
# === CLI === # === CLI ===
# === Image CLI === # === Image CLI ===
@ -60,13 +62,14 @@
unstable.image_optim unstable.image_optim
pkgs.jpegoptim pkgs.jpegoptim
pkgs.libjxl pkgs.libjxl
pkgs.libavif
pkgs.libwebp pkgs.libwebp
pkgs.imagemagick pkgs.imagemagick
# === Image CLI === # === Image CLI ===
# === Communication === # === Communication ===
pkgs.vesktop pkgs.vesktop
(unstable.discord.override { withMoonlight = true; }) # pkgs.discord fails to build because of `'anonymous lambda' called with unexpected argument` so we need to use unstable instead (unstable.discord-canary.override { withMoonlight = true; }) # pkgs.discord fails to build because of `'anonymous lambda' called with unexpected argument` so we need to use unstable instead
pkgs.signal-desktop pkgs.signal-desktop
pkgs.telegram-desktop pkgs.telegram-desktop
# pkgs.thunderbird-latest-unwrapped # pkgs.thunderbird-latest-unwrapped
@ -74,7 +77,7 @@
# === Game perf === # === Game perf ===
pkgs.mangojuice pkgs.mangojuice
pkgs.goverlay unstable.goverlay
# === Game perf === # === Game perf ===
# === Dev tooling === # === Dev tooling ===