feat: switched emergent to using wayland

This commit is contained in:
Leyla Becker 2025-11-27 18:44:49 -06:00
parent 04777cfb8f
commit 719a21a95e

View file

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}: {
{config, ...}: {
# Enable OpenGL
hardware.graphics = {
enable = true;
@ -16,7 +11,7 @@
videoDrivers = ["nvidia"];
};
# Use X instead of wayland
displayManager.gdm.wayland = false;
displayManager.gdm.wayland = true;
};
hardware.nvidia = {