Files
nix-config/modules/programs/qbittorrent.nix
T
2026-03-15 15:04:47 +01:00

8 lines
126 B
Nix

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