7 lines
102 B
Nix
7 lines
102 B
Nix
{
|
|
flake.nixosModules.gdm = {
|
|
services.displayManager.gdm = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|