flake/users/guanranwang/home-manager/applications/qbittorrent/default.nix
2023-11-30 02:48:13 +08:00

3 lines
55 B
Nix

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