From 0200116b6a35641be726cdbbf420f54ed5b47b7b Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 3 Nov 2024 20:18:33 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(gtk):=20Make=20GTK2=20respec?= =?UTF-8?q?t=20XDG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/appearance/gtk.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"; }; }