nix: remove .rtorrent.rc

This commit is contained in:
Dave Gallant
2021-01-09 21:05:59 -05:00
parent f8867e1f82
commit e6949a6b46
2 changed files with 6 additions and 4 deletions

View File

@@ -29,6 +29,12 @@
rtorrent = {
enable = true;
settings = ''
directory.default.set = ~/Downloads/torrents
pieces.hash.on_completion.set = yes
schedule2 = watch_directory,5,5,load.start=~/Downloads/torrents/*.torrent
session.path.set = ~/.rtorrent.session
'';
};
zsh = {