From 6a41d669a27d893d45339c947b1ad05bbbc20b22 Mon Sep 17 00:00:00 2001 From: ant Date: Wed, 30 Apr 2025 19:31:19 +0200 Subject: [PATCH] mode aria2 & yt-dlp to default packages --- additional-software.nix | 2 -- home.nix | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/additional-software.nix b/additional-software.nix index 9a24014..477b64d 100644 --- a/additional-software.nix +++ b/additional-software.nix @@ -3,9 +3,7 @@ home.packages = if variant == "default" then with pkgs; [ - yt-dlp qbittorrent - aria2 pipewire discord feather # monero wallet diff --git a/home.nix b/home.nix index 088394d..90bc44f 100644 --- a/home.nix +++ b/home.nix @@ -30,6 +30,8 @@ davfs2 sshfs ghc + yt-dlp + aria2 ];