10 lines
102 B
Nix
10 lines
102 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports =
|
|
[
|
|
./networking.nix
|
|
./packages.nix
|
|
./system.nix
|
|
];
|
|
}
|