diff --git a/home-modules/fish.nix b/home-modules/fish.nix index cd1b824..e59611d 100755 --- a/home-modules/fish.nix +++ b/home-modules/fish.nix @@ -56,6 +56,7 @@ lib.mkIf (user != "tv") ipy = "ipython"; c = "codium"; g = "git"; + lzg = "lazygit"; # gst = "git status"; gps = "git push"; gpl = "git pull"; diff --git a/home-modules/gpg.nix b/home-modules/gpg.nix index 5e21c48..d5c9613 100644 --- a/home-modules/gpg.nix +++ b/home-modules/gpg.nix @@ -12,7 +12,7 @@ enable = true; verbose = true; sshKeys = [ - "97081264F7FD72D890D496E839AA9A4C7892A7D8" # [A] Sub Key from Master Key + "97081264F7FD72D890D496E839AA9A4C7892A7D8" # Keygrip (not Fingerprint!) of [A] Subkey ]; enableSshSupport = true; enableFishIntegration = true;