From 4c45006c76f7efe73ea94d4cdf09c28385561a8c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 22 Oct 2024 05:38:21 -0400 Subject: [PATCH] containers(wine): remove unused wayland session variables --- modules/containers.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/containers.nix b/modules/containers.nix index dc29cc43..56d924fb 100644 --- a/modules/containers.nix +++ b/modules/containers.nix @@ -97,11 +97,6 @@ in sessionVariables = { WAYLAND_DISPLAY = "wayland-1"; - QT_QPA_PLATFORM = "wayland"; - QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; - SDL_VIDEODRIVER = "wayland"; - CLUTTER_BACKEND = "wayland"; - MOZ_ENABLE_WAYLAND = "1"; XDG_RUNTIME_DIR = "/run/user/1000"; DISPLAY = ":0"; QT_IM_MODULE = "fcitx";