From 6e944280eb3efa915e9177d3c18c6eb359f26a26 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 4 Jul 2022 22:43:04 +0200 Subject: [PATCH] Disable wine environment variables --- home/home.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home/home.nix b/home/home.nix index 56a85a40..1c4c546e 100644 --- a/home/home.nix +++ b/home/home.nix @@ -88,9 +88,11 @@ rec { "/var/lib/flatpak/exports/share:/home/christoph/.local/share/flatpak/exports/share:$XDG_DATA_DIRS"; DOCKER_BUILDKIT = 1; LANG = "en_US.UTF-8"; - WINEESYNC = 1; - WINEFSYNC = 1; - WINEPREFIX = "/home/christoph/.wine"; + + # Don't use system wine, use bottles + # WINEESYNC = 1; + # WINEFSYNC = 1; + # WINEPREFIX = "/home/christoph/.wine"; # NOTE: GTK_IM_MODULE, QT_IM_MODULE, XMODIFIERS are set by HomeManager fcitx5 module