torrent
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
./homeManagerModules/keepass.nix
|
||||
./homeManagerModules/kitty.nix
|
||||
./homeManagerModules/minecraft.nix
|
||||
./homeManagerModules/qbittorrent.nix
|
||||
./homeManagerModules/syncthing.nix
|
||||
./homeManagerModules/vim.nix
|
||||
./homeManagerModules/waybar.nix
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.qbittorrent.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user