MyNixOS website logo

The location of the GTK 2 configuration file.

Declarations
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"