Fixes config conflict

This commit is contained in:
Emmet
2025-02-12 20:20:48 -06:00
parent d786a00ee3
commit 68f10cc45a

View File

@@ -12,7 +12,7 @@ in {
config = lib.mkIf cfg.enable {
stylix.targets.gtk.enable = lib.mkForce false;
qt.enable = false;
qt.enable = lib.mkForce false;
home.file = {
".config/qt5ct/colors/oomox-current.conf".enable = lib.mkForce false;
".config/Trolltech.conf".enable = lib.mkForce false;