This commit is contained in:
Odweta
2026-01-12 17:55:49 +01:00
parent a2f9a9d118
commit 1b4e5eb449
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -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
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
services.qbittorrent.enable = true;
}