From d9b3c18cb3de4d275b42af88baab939e6a0a65f7 Mon Sep 17 00:00:00 2001 From: Mikilio Date: Tue, 25 Nov 2025 21:17:08 +0100 Subject: [PATCH] qt: fix colorscheme not applying sometimes (cherry picked from commit d5bbace3ff3685086d6d96e30134c5205df82b89) --- modules/qt/hm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/qt/hm.nix b/modules/qt/hm.nix index 25ecdbaf..44098703 100644 --- a/modules/qt/hm.nix +++ b/modules/qt/hm.nix @@ -85,6 +85,7 @@ let qtctConf = '' [Appearance] + custom_palette=true '' + lib.optionalString (config.qt.style ? name) '' style=${config.qt.style.name}