diff --git a/home/appearance/gtk.nix b/home/appearance/gtk.nix index b4a8eb7..013c3e5 100644 --- a/home/appearance/gtk.nix +++ b/home/appearance/gtk.nix @@ -1,8 +1,10 @@ -{ ... }: +{ config, ... }: { gtk = { enable = true; rose-pine.enable = true; + + gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc"; }; }