Clean up gdm config and disable gdm

This commit is contained in:
2024-10-05 21:56:06 +02:00
parent 739901d174
commit f05eae5b83
3 changed files with 42 additions and 8 deletions

View File

@ -33,5 +33,6 @@ in
# programs.hyprland.package = inputs.hyprland.packages.${pkgs.system}.hyprland; # does only work with nixos-unstable
programs.hyprland.xwayland.enable = true;
security.pam.services.hyprlock = { };
services.displayManager.defaultSession = "hyprland";
};
}