Put GTK2 config back in default location

This commit is contained in:
Evie Litherland-Smith 2023-06-19 15:22:41 +01:00
parent 234e9e131b
commit 5156417798

View file

@ -1,8 +1,4 @@
{
pkgs,
config,
...
}: let
{pkgs, ...}: let
candy-icon-theme = pkgs.callPackage ./pkgs/candy-icon-theme {};
sweet-folder-theme = pkgs.callPackage ./pkgs/sweet-folder-theme {};
in {
@ -27,6 +23,5 @@ in {
package = pkgs.sweet;
name = "Sweet-Dark";
};
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
};
}