mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Teach git diff about sops files
This commit is contained in:
parent
6803b2cc53
commit
62130cf13e
2 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,9 @@ in {
|
|||
git = {
|
||||
enable = true;
|
||||
diff-so-fancy.enable = true;
|
||||
extraConfig = {
|
||||
diff.sopsdiffer.textconv = "sops --config /dev/null --decrypt";
|
||||
};
|
||||
ignores = [
|
||||
"*~"
|
||||
"*.swp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue