8 lines
59 B
Nix
8 lines
59 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./modules/default.nix
|
|
];
|
|
}
|