Skip to content

Commit

Permalink
qt: fix qt6ct directory name (#830)
Browse files Browse the repository at this point in the history
Link: #830
Fixes: b7f50a5 ("qt: add flexible theming with sensible defaults (#780)")

Reviewed-by: NAHO <[email protected]>
  • Loading branch information
mt190502 authored Feb 3, 2025
1 parent b7f50a5 commit 8be2aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/qt/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
})
];
}
Expand Down

0 comments on commit 8be2aed

Please sign in to comment.