9 lines
58 B
Nix
9 lines
58 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./modules
|
|
./hosts/work
|
|
];
|
|
}
|