summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-05-14 11:01:00 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-05-14 11:01:00 -0600
commit2cfca8860ae722941b6ca1eef904a36a3bcbff5c (patch)
tree69739acb6c4c8bff5e6a27239a4d931b5ad85ad1 /services
parentc37161959ab01fbd178991647244482c89d033ab (diff)
downloadcfg.nix-2cfca8860ae722941b6ca1eef904a36a3bcbff5c.tar.gz
cfg.nix-2cfca8860ae722941b6ca1eef904a36a3bcbff5c.tar.xz
gnome: disable wayland
Performance on i5-1135G7 with Xe graphics is le bad. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'services')
-rw-r--r--services/gnome.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/gnome.nix b/services/gnome.nix
index 70bbe1c..e0db38e 100644
--- a/services/gnome.nix
+++ b/services/gnome.nix
@@ -4,6 +4,7 @@
services.xserver = {
displayManager.gdm = {
enable = true;
+ wayland = false;
};
desktopManager.gnome.enable = true;
};