8 lines
72 B
Nix
8 lines
72 B
Nix
|
{ lib, config, pkgs, ...}:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./photoprism.nix
|
||
|
];
|
||
|
}
|