From c2ea7fd9a7c262eaf21183192988326ad9b1d643 Mon Sep 17 00:00:00 2001 From: Xaiya Schumin Date: Wed, 20 May 2026 12:15:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20updated=20icon=20for=20discord-musi?= =?UTF-8?q?c-presence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xaiya Schumin --- pkgs/discord-music-presence.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/discord-music-presence.nix b/pkgs/discord-music-presence.nix index 42b3bed..1e41af1 100644 --- a/pkgs/discord-music-presence.nix +++ b/pkgs/discord-music-presence.nix @@ -14,10 +14,15 @@ let hash = "sha256-M7oDxVevspA3SGuHktS8ChQAYopgIqypiVlzyE4uyqI="; }; + icon = fetchurl { + url = "https://raw.githubusercontent.com/music-presence/icons/refs/heads/master/dist/logo-app-circle.png"; + hash = "sha256-ZQMN145GiTiFAYcVVSgaOLP3xSHokf3N0kFI+jf/2Zk="; + }; + desktopItem = makeDesktopItem { name = pname; exec = pname; - # icon + icon = icon; desktopName = pname; genericName = "Discord Music Presence"; categories = [ "Application" ];