fix theming
This commit is contained in:
parent
7f246aab81
commit
b9232189dd
1 changed files with 6 additions and 1 deletions
|
|
@ -25,10 +25,15 @@
|
|||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk";
|
||||
platformTheme.name = "qtct";
|
||||
style = {
|
||||
name = "kvantum";
|
||||
package = pkgs.kdePackages.qtstyleplugin-kvantum;
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."kvantum/kvantum.kvconfig".text = ''
|
||||
[General]
|
||||
theme=KvDark
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue