8 lines
123 B
Nix
8 lines
123 B
Nix
# reference other modules
|
|
{
|
|
imports = [
|
|
./apps/default.nix
|
|
./system/default.nix
|
|
./security/default.nix
|
|
];
|
|
} |