If I wanted services.photoprism.enable⋅=⋅true; probably in my host's configuration.nix but that services' definition was in nixpkgs-unstable only what would the best line of fitting into nix-config be ?
All I could find so far was the line imports = [ "${inputs.unstable}/nixos/modules/services/web-apps/photoprism.nix" ]; but still wouldn't know where to put that exactly.
If I wanted
services.photoprism.enable⋅=⋅true;
probably in my host's configuration.nix but that services' definition was in nixpkgs-unstable only what would the best line of fitting into nix-config be ?All I could find so far was the line
imports = [ "${inputs.unstable}/nixos/modules/services/web-apps/photoprism.nix" ];
but still wouldn't know where to put that exactly.