From 322107f8c58e7d2182dff1b31b5b0c92e5c6e70d Mon Sep 17 00:00:00 2001 From: Frederik Jacobsen Date: Sat, 15 Feb 2025 15:37:46 +0100 Subject: [PATCH] added a file with prowlarr --- prowlarr.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 prowlarr.nix diff --git a/prowlarr.nix b/prowlarr.nix new file mode 100644 index 0000000..a5a3d0c --- /dev/null +++ b/prowlarr.nix @@ -0,0 +1,6 @@ +{ config, pkgs, ... }: +{ + environment.systemPackages = [ + pkgs.prowlarr + ]; +} \ No newline at end of file