Skip to content

Commit

Permalink
Don't use wayland gdm
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Apr 23, 2024
1 parent 3c2e3cb commit d416651
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion system/nixos/astoria/wm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
# defaultSession = lib.mkForce "gnome";
# };
services.xserver.displayManager = {
gdm.enable = true;
gdm = {
enable = true;
wayland = false;
};
};
}

0 comments on commit d416651

Please sign in to comment.