home: leave gtkrc 2.0 in its default location
This commit is contained in:
parent
c5c41c89f7
commit
90a09cc82b
|
@ -20,7 +20,11 @@ in {
|
||||||
|
|
||||||
gtk2 = {
|
gtk2 = {
|
||||||
# No garbage polluting my $HOME
|
# No garbage polluting my $HOME
|
||||||
configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
#
|
||||||
|
# I had this enabled but some program somehow couldn't find my
|
||||||
|
# configuration there. I think it was nm-applet.
|
||||||
|
#
|
||||||
|
#configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||||
};
|
};
|
||||||
|
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
|
|
Loading…
Reference in a new issue