added a file with prowlarr

This commit is contained in:
Frederik Jacobsen 2025-02-15 15:37:46 +01:00
parent ae5cfc696e
commit 322107f8c5

6
prowlarr.nix Normal file
View File

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
environment.systemPackages = [
pkgs.prowlarr
];
}