qt: respect stylix.enable (#847)

Fixes #780
This commit is contained in:
NAHO 2025-02-10 12:13:11 +01:00 committed by GitHub
parent e72aa84da1
commit 2c1d493c5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
};
};
config = lib.mkIf config.stylix.targets.qt.enable (
config = lib.mkIf (config.stylix.enable && config.stylix.targets.qt.enable) (
let
iconTheme =
if (config.stylix.polarity == "dark") then