dotfiles/modules/home/gui/apps/sharing/qBittorrent/default.nix

9 lines
109 B
Nix
Raw Normal View History

2025-01-19 23:40:54 -06:00
{ pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs)
qbittorrent
;
};
}