From b2959d075b8a89e3b5f36cea224347654871258e Mon Sep 17 00:00:00 2001 From: drduh Date: Sat, 16 Mar 2024 19:35:04 -0700 Subject: Simplify instructions, reduce manual labor --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 183958f..789b70f 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ name = "yubikey-guide"; icon = "${pkgs.yubikey-manager-qt}/share/ykman-gui/icons/ykman.png"; desktopName = "drduh's YubiKey Guide"; - genericName = "Guide to using YubiKey for GPG and SSH"; + genericName = "Guide to using YubiKey for GnuPG and SSH"; comment = "Open the guide in a reader program"; categories = ["Documentation"]; exec = "${viewYubikeyGuide}/bin/view-yubikey-guide"; @@ -167,7 +167,7 @@ }; # Unset history so it's never stored Set GNUPGHOME to an - # ephemeral location and configure GPG with the guide's + # ephemeral location and configure GPG with the guide environment.interactiveShellInit = '' unset HISTFILE -- cgit v1.2.3