mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-01-10 22:02:37 +08:00
6 lines
124 B
Nix
6 lines
124 B
Nix
{ ... }: {
|
|
imports =
|
|
[(import ./docker.nix)]
|
|
++ [(import ./immich.nix)];
|
|
# ++ [(import ./scrutiny.nix)];
|
|
}
|