dotfiles/home/modules/qbittorrent/default.nix
2025-01-08 19:06:14 -06:00

8 lines
114 B
Nix
Executable file

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