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 = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme.name = "gtk";
|
platformTheme.name = "qtct";
|
||||||
style = {
|
style = {
|
||||||
name = "kvantum";
|
name = "kvantum";
|
||||||
package = pkgs.kdePackages.qtstyleplugin-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