13 lines
144 B
Nix
13 lines
144 B
Nix
{
|
|
inputs,
|
|
headless,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./greeter/sddm.nix
|
|
./refind.nix
|
|
|
|
./loader/grub.nix
|
|
./loader/systemd.nix
|
|
];
|
|
}
|