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 | 0708e4f9cb16ec4ea7104ceccb3ecea09c166c9f (patch) | |
| tree | f7b2a6405ae5b4cc88564a06c0895b4e91173974 /hosts/home.nix | |
| parent | Move neovim aliases overlay to official module (diff) | |
| download | nixos-config-0708e4f9cb16ec4ea7104ceccb3ecea09c166c9f.tar.gz nixos-config-0708e4f9cb16ec4ea7104ceccb3ecea09c166c9f.tar.bz2 nixos-config-0708e4f9cb16ec4ea7104ceccb3ecea09c166c9f.zip | |
Enable rtorrent
Diffstat (limited to 'hosts/home.nix')
| -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 = { |