mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
enable Wayland
This commit is contained in:
parent
b7992d96a2
commit
e71fe0f36b
@ -17,7 +17,7 @@
|
||||
# Enable the GNOME desktop environment.
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
# Toggles, weather the Wayland or X11 GNOME session is started.
|
||||
services.xserver.displayManager.gdm.wayland = false;
|
||||
services.xserver.displayManager.gdm.wayland = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
# Don't install all programs of the GNOME desktop.
|
||||
|
Loading…
Reference in New Issue
Block a user