mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-30 18:34:00 +05:30
Fixes qt/kde theming after update
This commit is contained in:
parent
001cf36880
commit
65ec18ff82
3 changed files with 70 additions and 56 deletions
|
@ -115,4 +115,9 @@ in
|
|||
style.name = "breeze-dark";
|
||||
platformTheme = "kde";
|
||||
};
|
||||
fonts.fontconfig.defaultFonts = {
|
||||
monospace = [ userSettings.font ];
|
||||
sansSerif = [ userSettings.font ];
|
||||
serif = [ userSettings.font ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue