mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
8 lines
77 B
Nix
8 lines
77 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
nixpkgs.overlays = [ (import ../overlays/immich) ];
|
|
}
|