mirror of
https://github.com/davegallant/nix-config
synced 2025-11-26 03:24:17 +00:00
Disable Wayland
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
displayManager = {
|
||||
gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
wayland = false;
|
||||
};
|
||||
};
|
||||
desktopManager = {
|
||||
|
||||
Reference in New Issue
Block a user