14 lines
118 B
Nix
Executable File
14 lines
118 B
Nix
Executable File
{
|
|
config,
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}:
|
|
{
|
|
services.displayManager = {
|
|
gdm = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|