mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
6 lines
124 B
Nix
6 lines
124 B
Nix
{ ... }: {
|
|
imports =
|
|
[(import ./docker.nix)]
|
|
++ [(import ./immich.nix)];
|
|
# ++ [(import ./scrutiny.nix)];
|
|
}
|