Add Eveforest icon theme
This commit is contained in:
parent
06a9960ed0
commit
bf94301b84
4 changed files with 8 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue