Fixes qt/kde theming after update

This commit is contained in:
Emmet 2024-06-12 11:37:30 -05:00
parent 001cf36880
commit 65ec18ff82
3 changed files with 70 additions and 56 deletions

View file

@ -115,4 +115,9 @@ in
style.name = "breeze-dark";
platformTheme = "kde";
};
fonts.fontconfig.defaultFonts = {
monospace = [ userSettings.font ];
sansSerif = [ userSettings.font ];
serif = [ userSettings.font ];
};
}