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