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