diff --git a/home.nix b/home.nix index c715165..0615686 100644 --- a/home.nix +++ b/home.nix @@ -178,7 +178,7 @@ else eval "$(/opt/homebrew/bin/brew shellenv bash)" fi - gpgconf --launch gpg-agent + #gpgconf --launch gpg-agent ''; }; programs.bat = { @@ -195,7 +195,7 @@ userName = "Thomas A. Christensen II"; userEmail = "25492070+MillironX@users.noreply.github.com"; signing = { - key = "0x073201D703B7C376"; + key = "0x19A2EF3A3C0C18A9!"; signByDefault = true; }; extraConfig = { @@ -269,7 +269,7 @@ . "$HOME/miniconda3/etc/profile.d/mamba.sh" fi # <<< conda initialize <<< - gpgconf --launch gpg-agent + #gpgconf --launch gpg-agent source "$HOME/.cargo/env" ''; profileExtra = '' @@ -288,5 +288,7 @@ defaultCacheTtl = 60; maxCacheTtl = 120; pinentryPackage = pkgs.pinentry_mac; + sshKeys = [ "CC3F27D613DCC2248B56A881FDDACEF6EA090E37" ]; + verbose = true; }; }