mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 09:31:38 +01:00
6 lines
93 B
Nix
6 lines
93 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
services.xserver.displayManager.gdm = {
|
|
enable = true;
|
|
};
|
|
}
|