This commit is contained in:
2025-08-06 18:00:09 +03:00
parent 81f1f863d4
commit 1dd1848673
5 changed files with 407 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
pkgs,
...
}:
{
nixpkgs.overlays = [ (import ../overlays/immich) ];
}