From 71d82d0ba41520766040327f436a0654571b36a2 Mon Sep 17 00:00:00 2001 From: MFlossmann Date: Thu, 15 Aug 2024 16:47:34 +0200 Subject: [PATCH] make firefox more stable on remus --- hosts/remus/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/remus/home.nix b/hosts/remus/home.nix index cbe75a4..5ad01c9 100644 --- a/hosts/remus/home.nix +++ b/hosts/remus/home.nix @@ -36,6 +36,9 @@ ## GNOME ]; + sessionVariables = { + MOZ_ENABLE_WAYLAND = "0"; + }; }; myHomeManager = {