gtk.gtk2.configLocation

The location of the GTK 2 configuration file.

Type
absolute path
Default
if config.home.preferXdgDirectories then
  "${config.xdg.configHome}/gtk-2.0/gtkrc"
else
  "${config.home.homeDirectory}/.gtkrc-2.0";
Example
"${config.xdg.configHome}/gtk-2.0/gtkrc"
Declared
<home-manager/modules/misc/gtk/gtk2.nix>