qt: fix qt6ct directory name (#830)

Link: https://github.com/danth/stylix/pull/830
Fixes: b7f50a56c3 ("qt: add flexible theming with sensible defaults (#780)")

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Taha 2025-02-03 22:08:32 +03:00 committed by GitHub
parent b7f50a56c3
commit 8be2aed295
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,7 +96,7 @@
(lib.mkIf (config.qt.platformTheme.name == "qtct") {
"qt5ct/qt5ct.conf".text = qtctConf;
"qt5ct/qt6ct.conf".text = qtctConf;
"qt6ct/qt6ct.conf".text = qtctConf;
})
];
}