11 lines
135 B
Nix
11 lines
135 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./emulated-systems.nix
|
|
./networking.nix
|
|
./users.nix
|
|
];
|
|
}
|