aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorManuel Thalmann <m@nuth.ch>2024-05-03 01:46:02 +0200
committerManuel Thalmann <m@nuth.ch>2024-05-03 01:46:02 +0200
commitc4541aab99ac19e926415cf2555f458b3a60588a (patch)
treee2d4274304b01b87eb186e1b8e461792a3ccfd94 /flake.nix
parentMerge pull request #431 from drduh/wip-29mar24 (diff)
downloadYubiKey-Guide-c4541aab99ac19e926415cf2555f458b3a60588a.tar.gz
Fix non-existent guide icon
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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";