aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/flake.nix
diff options
context:
space:
mode:
authordrduh <github@duh.to>2024-03-16 19:35:04 -0700
committerdrduh <github@duh.to>2024-03-16 19:35:04 -0700
commitb2959d075b8a89e3b5f36cea224347654871258e (patch)
tree3f527599c254bd39ba5ae1e1d37157987eaec186 /flake.nix
parentMerge pull request #423 from Xronophobe/fix/quick-add-key-with-fpr (diff)
downloadYubiKey-Guide-b2959d075b8a89e3b5f36cea224347654871258e.tar.gz
Simplify instructions, reduce manual labor
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
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