feat: switched emergent to using wayland
This commit is contained in:
parent
04777cfb8f
commit
719a21a95e
1 changed files with 2 additions and 7 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue