diff options
| author | Baitinq <[email protected]> | 2022-07-16 01:08:45 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-16 01:08:45 +0200 |
| commit | daf028afce29cf91994e6e68d2d0f29a04e61d1e (patch) | |
| tree | d7a1c6d91740b3484fc6b17e3aa2002c35a7da2f /hosts | |
| parent | Move neovim aliases overlay to official module (diff) | |
| download | nixos-config-daf028afce29cf91994e6e68d2d0f29a04e61d1e.tar.gz nixos-config-daf028afce29cf91994e6e68d2d0f29a04e61d1e.tar.bz2 nixos-config-daf028afce29cf91994e6e68d2d0f29a04e61d1e.zip | |
Enable rtorrent
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 2 |
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 = { |