/ modules / home / programs / rtorrent.nix
rtorrent.nix
1  {
2    programs.rtorrent = {
3      enable = true;
4      # extraConfig = "";
5    };
6  }