18 lines
186 B
Nix
18 lines
186 B
Nix
{
|
|
inputs,
|
|
headless,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./apps
|
|
./hardware
|
|
./network
|
|
./terminal
|
|
./wm
|
|
./users
|
|
./boot
|
|
./base
|
|
./timers
|
|
./username.nix
|
|
];
|
|
}
|