From 101d77182a9231112e5729ab1a82c89329c0e481 Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 02:22:58 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 02:22:58 --- home/desktop/environment.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/desktop/environment.nix b/home/desktop/environment.nix index a37b0ad..dff76a9 100644 --- a/home/desktop/environment.nix +++ b/home/desktop/environment.nix @@ -4,7 +4,7 @@ let in { home.sessionVariables = { - GDK_BACKEND = "wayland,x11,*"; + GDK_BACKEND = "wayland"; GDK_SCALE = "2"; # GDK Scaling Factor (no fractional scaling) MOZ_ENABLE_WAYLAND = "1";