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";
|
||||
};
|
||||
|
||||
# xdg.configFile = {
|
||||
# "Kvantum/kvantum.kvconfig".text = ''
|
||||
# [General]
|
||||
# theme=GraphiteNordDark
|
||||
# '';
|
||||
#
|
||||
# "Kvantum/GraphiteNord".source = "${pkgs.graphite-kde-theme}/share/Kvantum/GraphiteNord";
|
||||
# };
|
||||
home.file.".config/kdeglobals".text = ''
|
||||
[Colors:View]
|
||||
BackgroundNormal=#191724
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue