Put GTK2 config back in default location
This commit is contained in:
parent
234e9e131b
commit
5156417798
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue