mode aria2 & yt-dlp to default packages

This commit is contained in:
ant 2025-04-30 19:31:19 +02:00
parent 0f53000551
commit 6a41d669a2
2 changed files with 2 additions and 2 deletions

View file

@ -3,9 +3,7 @@
home.packages = home.packages =
if variant == "default" then if variant == "default" then
with pkgs; [ with pkgs; [
yt-dlp
qbittorrent qbittorrent
aria2
pipewire pipewire
discord discord
feather # monero wallet feather # monero wallet

View file

@ -30,6 +30,8 @@
davfs2 davfs2
sshfs sshfs
ghc ghc
yt-dlp
aria2
]; ];