diff options
author | Manuel Thalmann <m@nuth.ch> | 2024-05-03 01:46:02 +0200 |
---|---|---|
committer | Manuel Thalmann <m@nuth.ch> | 2024-05-03 01:46:02 +0200 |
commit | c4541aab99ac19e926415cf2555f458b3a60588a (patch) | |
tree | e2d4274304b01b87eb186e1b8e461792a3ccfd94 /flake.nix | |
parent | Merge pull request #431 from drduh/wip-29mar24 (diff) | |
download | YubiKey-Guide-c4541aab99ac19e926415cf2555f458b3a60588a.tar.gz |
Fix non-existent guide icon
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |