Home Gen527 @ 2025-05-04-01:33 by jonas@comfy-station
This commit is contained in:
parent
5bc8d46cdf
commit
5dc444cde9
@ -24,6 +24,13 @@ in {
|
|||||||
qt.style.name = "kvantum";
|
qt.style.name = "kvantum";
|
||||||
qt.style.package = pkgs.kdePackages.qtstyleplugin-kvantum;
|
qt.style.package = pkgs.kdePackages.qtstyleplugin-kvantum;
|
||||||
qt.platformTheme.name = "gtk";
|
qt.platformTheme.name = "gtk";
|
||||||
|
home.sessionVariables = {
|
||||||
|
QT_STYLE_OVERRIDE = "kvantum";
|
||||||
|
};
|
||||||
|
xdg.configFile."Kvantum/kvantum.kvconfig".text = ''
|
||||||
|
[General]
|
||||||
|
theme=LayanDark
|
||||||
|
'';
|
||||||
|
|
||||||
# add nord like gtk theme
|
# add nord like gtk theme
|
||||||
gtk = {
|
gtk = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user