Summer Updates.

This commit is contained in:
Lorenzo Good 2025-08-15 16:38:21 -05:00
parent d18f18fc29
commit 1c2078fdde
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
6 changed files with 20 additions and 12 deletions

View file

@ -21,6 +21,7 @@
tl = "tmux list-sessions";
ta = "tmux attach";
rfc_date = "date --rfc-3339='seconds'";
lg = "lazygit";
};
};

View file

@ -1,4 +1,6 @@
{...}: {
programs.lazygit.enable = true;
programs.git = {
enable = true;
lfs.enable = true;

View file

@ -10,7 +10,7 @@
enableExtraSocket = true;
defaultCacheTtl = 34560000;
maxCacheTtl = 34560000;
pinentryPackage = pkgs.pinentry.tty;
pinentry.package = pkgs.pinentry.tty;
enableSshSupport = true;
extraConfig = ''