From 1738b3186f88f66b43b688124f9cf9906197f1f6 Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 12 Jan 2026 17:57:46 +0100 Subject: [PATCH] torrent --- flake.nix | 1 + home.nix | 1 - {homeManagerModules => nixosModules}/qbittorrent.nix | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {homeManagerModules => nixosModules}/qbittorrent.nix (100%) diff --git a/flake.nix b/flake.nix index 86cb21d..ae96c29 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,7 @@ ./nixosModules/opengl.nix ./nixosModules/openssh.nix ./nixosModules/printing.nix + ./nixosModules/qbittorrent.nix ./nixosModules/screen.nix ./nixosModules/steam.nix ./nixosModules/security.nix diff --git a/home.nix b/home.nix index 106a9b7..883bcde 100644 --- a/home.nix +++ b/home.nix @@ -14,7 +14,6 @@ ./homeManagerModules/keepass.nix ./homeManagerModules/kitty.nix ./homeManagerModules/minecraft.nix - ./homeManagerModules/qbittorrent.nix ./homeManagerModules/syncthing.nix ./homeManagerModules/vim.nix ./homeManagerModules/waybar.nix diff --git a/homeManagerModules/qbittorrent.nix b/nixosModules/qbittorrent.nix similarity index 100% rename from homeManagerModules/qbittorrent.nix rename to nixosModules/qbittorrent.nix