flake/users/guanranwang/home-manager/profiles/torrenting/nixos/default.nix

4 lines
61 B
Nix
Raw Normal View History

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