From 3e488de9afa07178f6d867a239ed5c404364b861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 7 Dec 2022 09:59:17 -0300 Subject: [PATCH] revert QT_QPA_PLATFORMTHEME to gtk3 --- user/theme.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/theme.nix b/user/theme.nix index 5d93fcf..95c6089 100644 --- a/user/theme.nix +++ b/user/theme.nix @@ -55,7 +55,7 @@ with pkgs.uservars; { }; }; - home.sessionVariables = { QT_QPA_PLATFORMTHEME = "qt5ct"; }; + home.sessionVariables = { QT_QPA_PLATFORMTHEME = "gtk3"; }; home.packages = with pkgs; [ libsForQt5.qt5ct libsForQt5.qtstyleplugin-kvantum