dotfiles/nixcfgs/modules/nixos/desktop/dm/gdm.nix
2025-10-24 22:41:27 +01:00

6 lines
95 B
Nix

{pkgs, ...}: {
services.displayManager.gdm = {
enable = true;
wayland = true;
};
}