5 lines
No EOL
128 B
Nix
5 lines
No EOL
128 B
Nix
{ lib, config, ... }: {
|
|
services = lib.mkIf config.device.dm.gdm.enable {
|
|
displayManager.gdm.enable = true;
|
|
};
|
|
} |