Skip to content

Commit

Permalink
furmark: add an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
surfaceflinger committed Jun 19, 2024
1 parent b60ebf5 commit 1b5c246
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/fu/furmark/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
autoPatchelfHook,
copyDesktopItems,
fetchurl,
fetchzip,
lib,
libGL,
Expand Down Expand Up @@ -79,6 +80,10 @@ stdenv.mkDerivation (finalAttrs: {
comment = description;
desktopName = name;
genericName = name;
icon = fetchurl {
url = "https://www.geeks3d.com/furmark/i/20240220-furmark-logo-02.png";
hash = "sha256-EqhWQgTEmF/2AcqDxgGtr2m5SMYup28hPEhI6ssFw7g=";
};
categories = [
"System"
"Monitor"
Expand Down

0 comments on commit 1b5c246

Please sign in to comment.