chore: update secrets

This commit is contained in:
matt1432 2024-03-01 01:34:59 -05:00
parent dbe7d68491
commit 26cea0255f
3 changed files with 25 additions and 21 deletions
common/home/git

View file

@ -46,15 +46,19 @@
};
};
# https://github.com/dandavison/delta/issues/630#issuecomment-860046929
extraConfig.pager = let
cmd = "LESS='LRc --mouse' ${pkgs.delta}/bin/delta";
in {
diff = cmd;
show = cmd;
stash = cmd;
log = cmd;
reflog = cmd;
extraConfig = {
diff.sopsdiffer.textconv = "sops --config /dev/null -d";
# https://github.com/dandavison/delta/issues/630#issuecomment-860046929
pager = let
cmd = "LESS='LRc --mouse' ${pkgs.delta}/bin/delta";
in {
diff = cmd;
show = cmd;
stash = cmd;
log = cmd;
reflog = cmd;
};
};
};
};