diff --git a/.config/nixpkgs/home.nix b/.config/nixpkgs/home.nix index 7cde837..036cf5f 100644 --- a/.config/nixpkgs/home.nix +++ b/.config/nixpkgs/home.nix @@ -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 = { diff --git a/.rtorrent.rc b/.rtorrent.rc deleted file mode 100644 index eb50092..0000000 --- a/.rtorrent.rc +++ /dev/null @@ -1,4 +0,0 @@ -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