🐛 fix(gtk): Make GTK2 respect XDG
This commit is contained in:
parent
83f4dbff57
commit
0200116b6a
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
{ ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
||||
rose-pine.enable = true;
|
||||
|
||||
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue