Add Eveforest icon theme

This commit is contained in:
Elnu 2023-01-08 20:03:44 -08:00
parent 06a9960ed0
commit bf94301b84
4 changed files with 8 additions and 2 deletions

View file

@ -4,6 +4,10 @@
package = pkgs.callPackage ./gtk.nix {};
name = "Everforest-Dark-BL";
};
gtkIconTheme = pkgs: {
package = pkgs.callPackage ./gtk.nix {};
name = "Everforest-Dark";
};
wallpaper = "306286.jpg";
background = "#1e2326";

View file

@ -32,7 +32,8 @@ stdenv.mkDerivation rec {
mv tmp $f
done
cp -a source/themes/* $out/share/themes
mkdir -p $out/share/themes && cp -a source/themes/* $out/share/themes
mkdir -p $out/share/icons && cp -a source/icons/* $out/share/icons
jdupes -L -r $out/share