From 8a3aaba17c4ddf321c0ea5e0a2525c69e27360d4 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sun, 30 Mar 2025 13:23:16 -0500 Subject: [PATCH] added qbittorrent package --- configurations/home-manager/leyla/packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configurations/home-manager/leyla/packages.nix b/configurations/home-manager/leyla/packages.nix index 43124a7..449e828 100644 --- a/configurations/home-manager/leyla/packages.nix +++ b/configurations/home-manager/leyla/packages.nix @@ -58,6 +58,7 @@ in { anki pdfarranger calibre + qbittorrent # proprietary platforms discord @@ -78,7 +79,7 @@ in { openvpn noisetorch - # hardware managment tools + # hardware management tools (lib.mkIf hardware.piperMouse.enable piper) (lib.mkIf hardware.openRGB.enable openrgb) (lib.mkIf hardware.viaKeyboard.enable via)