NixOSConfiguration/prowlarr.nix

6 lines
84 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = [
pkgs.prowlarr
];
}