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