dotfiles/home/modules/qbittorrent/default.nix

9 lines
114 B
Nix
Raw Normal View History

2025-01-08 01:05:45 -06:00
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
qbitttorrent
;
};
}