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
552dd7b5bb
commit
6882839903
@ -24,7 +24,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;
|
||||
|
||||
# Configure keymap in X11.
|
||||
|
Loading…
Reference in New Issue
Block a user