feat: switched to wayland

This commit is contained in:
Leyla Becker 2025-11-27 18:21:55 -06:00
parent b9251029d5
commit be8126e2c5
3 changed files with 3 additions and 205 deletions

View file

@ -4,8 +4,9 @@
# Load nvidia driver for Xorg and Wayland
videoDrivers = ["nvidia"];
};
# Use X instead of wayland for gaming reasons
displayManager.gdm.wayland = false;
# Temporarily enable wayland to fix boot issue
# TODO: Investigate proper X11 session generation for gaming
displayManager.gdm.wayland = true;
};
hardware = {