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:
parent
b7f50a56c3
commit
8be2aed295
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue