From 59f061711ad35ce9406c133516fa1e360ac0ec79 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 26 Apr 2022 17:20:56 +0200 Subject: [PATCH] sandbox: Fix icon --- overlays/sandbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/sandbox.nix b/overlays/sandbox.nix index e6a2d60..bfd3dc9 100644 --- a/overlays/sandbox.nix +++ b/overlays/sandbox.nix @@ -65,7 +65,7 @@ in { ''; desktopFileAttributes = { name = "spotify-wrapped"; - icon = "spotify"; + icon = "spotify-client"; desktopName = "Spotify (wrapped)"; }; enableDesktopFile = true;