🐛 fix(gtk): Make GTK2 respect XDG

This commit is contained in:
punkfairie 2024-11-03 20:18:33 -08:00
parent 83f4dbff57
commit 0200116b6a
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -1,8 +1,10 @@
{ ... }:
{ config, ... }:
{
gtk = {
enable = true;
rose-pine.enable = true;
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
};
}