9 lines
73 B
Nix
9 lines
73 B
Nix
{config, ...}:
|
|
|
|
{
|
|
imports = [
|
|
./console.nix
|
|
./users.nix
|
|
];
|
|
}
|