about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-16 01:08:45 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-16 01:08:45 +0200
commitdaf028afce29cf91994e6e68d2d0f29a04e61d1e (patch)
treed7a1c6d91740b3484fc6b17e3aa2002c35a7da2f /hosts/home.nix
parentMove neovim aliases overlay to official module (diff)
downloadnixos-config-daf028afce29cf91994e6e68d2d0f29a04e61d1e.tar.gz
nixos-config-daf028afce29cf91994e6e68d2d0f29a04e61d1e.tar.bz2
nixos-config-daf028afce29cf91994e6e68d2d0f29a04e61d1e.zip
Enable rtorrent
Diffstat (limited to 'hosts/home.nix')
-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 = {