This commit is contained in:
Chris Kruining 2024-07-23 22:54:22 +02:00
parent becdaee408
commit 77e187421e
2 changed files with 2 additions and 3 deletions

View file

@ -14,8 +14,8 @@ in
wallpaper = mkDefault ./assets/wallpaper.jpeg;
gtk = {
name = "everforrest-Dark-BL";
# package = pkgs.my.everforrest-gtk;
name = "Everforrest-Dark-BL";
package = pkgs.my.everforrest-gtk;
};
iconTheme = {

View file

@ -64,7 +64,6 @@ in
description = "A GTK theme based on the Everforrest colour palette";
homepage = "https://github.com/Fausto-Korpsvart/Everforrest-GTK-Theme";
license = licenses.gpl3Only;
# maintainers = with maintainers; [ icy-thought ];
platforms = platforms.all;
};
}