From c4541aab99ac19e926415cf2555f458b3a60588a Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 3 May 2024 01:46:02 +0200 Subject: [PATCH] Fix non-existent guide icon --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 789b70f..26ac54b 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ ''; shortcut = pkgs.makeDesktopItem { name = "yubikey-guide"; - icon = "${pkgs.yubikey-manager-qt}/share/ykman-gui/icons/ykman.png"; + icon = "${pkgs.yubikey-manager-qt}/share/icons/hicolor/128x128/apps/ykman.png"; desktopName = "drduh's YubiKey Guide"; genericName = "Guide to using YubiKey for GnuPG and SSH"; comment = "Open the guide in a reader program";