~ruther/nixos-config

ref: d7546970bd34c28ce3bcf4ec4448cdfbead24821 nixos-config/modules/desktop/dm/gdm.nix -rw-r--r-- 99 bytes
d7546970 — Frantisek Bohacek refactor: split qtile configuration 1 year, 30 days ago
                                                                                
1
2
3
4
5
6
7
{ config, lib, pkgs, ... }:

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