6 lines
86 B
Nix
6 lines
86 B
Nix
{inputs, ...}: {
|
|
imports = [
|
|
./loader/systemd.nix
|
|
./greeter/sddm.nix
|
|
];
|
|
}
|