about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-16 01:08:45 +0200
committerBaitinq <[email protected]>2022-07-16 01:08:45 +0200
commit0708e4f9cb16ec4ea7104ceccb3ecea09c166c9f (patch)
treef7b2a6405ae5b4cc88564a06c0895b4e91173974 /hosts
parentMove neovim aliases overlay to official module (diff)
downloadnixos-config-0708e4f9cb16ec4ea7104ceccb3ecea09c166c9f.tar.gz
nixos-config-0708e4f9cb16ec4ea7104ceccb3ecea09c166c9f.tar.bz2
nixos-config-0708e4f9cb16ec4ea7104ceccb3ecea09c166c9f.zip
Enable rtorrent
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index de7cb11..e44db15 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -134,6 +134,8 @@ in
       };
     };
 
+    rtorrent = { enable = true; };
+
     obs-studio = { enable = true; };
 
     bash = {