dotfiles/home/modules/gui/apps/sharing/qBittorrent/default.nix
2025-01-19 23:40:54 -06:00

8 lines
109 B
Nix
Executable file

{ pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs)
qbittorrent
;
};
}