flake/nixos/profiles/common/opt-in/torrenting/home/default.nix

6 lines
82 B
Nix
Raw Normal View History

2024-01-17 04:47:27 +00:00
{...}: {
imports = [
../../../../../../home/applications/qbittorrent
];
}