From 3f1656fc7fe12d476e50b4d1f9f8fc4e6bb4b332 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 14 Feb 2024 21:28:26 +0100 Subject: [PATCH] move qt envvar to qt module --- hosts/niks/configuration.nix | 2 -- modules/gui/qt.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index ea8e19bf..ac01a0fc 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -146,8 +146,6 @@ QT_IM_MODULE = "fcitx"; XMODIFIERS = "@im=fcitx"; - QT_QPA_PLATFORMTHEME = "qt5ct"; - GOPATH = "\$HOME/.local/share/go"; MOZ_ENABLE_WAYLAND = "1"; diff --git a/modules/gui/qt.nix b/modules/gui/qt.nix index 8c278480..f632460a 100644 --- a/modules/gui/qt.nix +++ b/modules/gui/qt.nix @@ -57,6 +57,7 @@ in { QT_QPA_PLATFORM = "wayland;xcb"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; DISABLE_QT_COMPAT = "0"; + QT_QPA_PLATFORMTHEME = "qt5ct"; }; };