Make room for a GDM option as well (SDDM does not start on my NVIDIA+Wayland config)
8 lines
94 B
Nix
8 lines
94 B
Nix
{...}: {
|
|
imports = [
|
|
./gdm.nix
|
|
./sddm.nix
|
|
./secrets
|
|
./wakeonwlan.nix
|
|
];
|
|
}
|