Summer Updates.
This commit is contained in:
parent
d18f18fc29
commit
1c2078fdde
6 changed files with 20 additions and 12 deletions
|
|
@ -21,6 +21,7 @@
|
|||
tl = "tmux list-sessions";
|
||||
ta = "tmux attach";
|
||||
rfc_date = "date --rfc-3339='seconds'";
|
||||
lg = "lazygit";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{...}: {
|
||||
programs.lazygit.enable = true;
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
enableExtraSocket = true;
|
||||
defaultCacheTtl = 34560000;
|
||||
maxCacheTtl = 34560000;
|
||||
pinentryPackage = pkgs.pinentry.tty;
|
||||
pinentry.package = pkgs.pinentry.tty;
|
||||
enableSshSupport = true;
|
||||
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue