~ruther/nixos-config

ref: e8e5b7a42afb30724aecbc39b3c33ab8aed62b97 nixos-config/modules/desktop/dm/gdm.nix -rw-r--r-- 99 bytes
e8e5b7a4 — Frantisek Bohacek feat: improve nmaster behavior upon closing windows 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
{ config, lib, pkgs, ... }:

{
  services = {
    xserver.displayManager.gdm.enable = true;
  };
}
Do not follow this link