mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: correctly theme dolphin
This commit is contained in:
parent
cd0617ef19
commit
f4afbcda4e
1 changed files with 4 additions and 8 deletions
|
@ -23,12 +23,8 @@
|
||||||
style.name = "gtk2";
|
style.name = "gtk2";
|
||||||
};
|
};
|
||||||
|
|
||||||
# xdg.configFile = {
|
home.file.".config/kdeglobals".text = ''
|
||||||
# "Kvantum/kvantum.kvconfig".text = ''
|
[Colors:View]
|
||||||
# [General]
|
BackgroundNormal=#191724
|
||||||
# theme=GraphiteNordDark
|
'';
|
||||||
# '';
|
|
||||||
#
|
|
||||||
# "Kvantum/GraphiteNord".source = "${pkgs.graphite-kde-theme}/share/Kvantum/GraphiteNord";
|
|
||||||
# };
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue