5 lines
44 B
Nix
5 lines
44 B
Nix
{ config ... }:
|
|
{
|
|
imports = [ ./main ];
|
|
}
|
{ config ... }:
|
|
{
|
|
imports = [ ./main ];
|
|
}
|