mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
disable Wayland
This commit is contained in:
parent
1d47eb2c2a
commit
cae6e413be
@ -43,7 +43,7 @@
|
||||
../../modules/freetube.nix
|
||||
../../modules/ghostwriter.nix
|
||||
../../modules/print-and-scan.nix
|
||||
../../modules/waydroid.nix
|
||||
#../../modules/waydroid.nix
|
||||
../../modules/games.nix
|
||||
|
||||
../../modules/autostart.nix
|
||||
|
@ -30,7 +30,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 = true;
|
||||
services.xserver.displayManager.gdm.wayland = false;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
# Configure keymap in X11.
|
||||
|
Loading…
Reference in New Issue
Block a user