~ruther/nixos-config

ref: 8c38c300bb8a8962b56dc905969e8ccbc22f6bdc nixos-config/modules/desktop/dm/gdm.nix -rw-r--r-- 99 bytes
8c38c300 — Frantisek Bohacek feat: add nixos-hardware for laptop 2 years ago
                                                                                
1
2
3
4
5
6
7
{ config, lib, pkgs, ... }:

{
  services = {
    xserver.displayManager.gdm.enable = true;
  };
}