flake/users/guanranwang/home-manager/nixos/presets/desktop/torrenting.nix

4 lines
61 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs; [qbittorrent];
}