diff options
author | drduh <github@duh.to> | 2024-03-18 00:39:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 00:39:46 +0000 |
commit | c97c9ac4c147544a9549111cc7b77df639ccb95e (patch) | |
tree | df5ebbacac4aa145bc8a52f20d497ebc88acfd4f /flake.nix | |
parent | Merge pull request #423 from Xronophobe/fix/quick-add-key-with-fpr (diff) | |
parent | Replace mkdir commands (diff) | |
download | YubiKey-Guide-c97c9ac4c147544a9549111cc7b77df639ccb95e.tar.gz |
Merge pull request #425 from drduh/wip-16mar24
Simplify instructions, reduce manual labor
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |