summary refs log tree commit diff stats
path: root/hm/gtk/default.nix
blob: fbce6e8bd794c5a41e97c54455d94e57c315d23f (plain) (blame)
1
2
3
4
5
6
{config, ...}: {
  gtk = {
    enable = true;
    gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
  };
}