flake/users/guanranwang/home-manager/profiles/torrenting/nixos/default.nix
2023-11-15 20:55:27 +08:00

3 lines
61 B
Nix

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