2023-03-14 13:29:20 +00:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: let
|
2021-06-06 13:22:44 +00:00
|
|
|
in
|
2023-03-14 13:29:20 +00:00
|
|
|
pkgs.lib.mkAfter '' [sendemail]
|
|
|
|
smtpserver = smtp.mailbox.org
|
|
|
|
smtpuser = jhonas@mailbox.org
|
|
|
|
smtpencryption = tls
|
|
|
|
smtpserverport = 587
|
2022-01-19 00:13:15 +00:00
|
|
|
|
2023-03-14 13:29:20 +00:00
|
|
|
[lfs]
|
|
|
|
repositoryformatversion = 0
|
|
|
|
[filter "lfs"]
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
2024-05-27 08:57:59 +00:00
|
|
|
[core]
|
|
|
|
pager = delta
|
|
|
|
[interactive]
|
|
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
|
|
navigate = true # use n and N to move between diff sections
|
|
|
|
line-numbers = true
|
|
|
|
syntax-theme = base16
|
|
|
|
minus-style = "red dim"
|
|
|
|
plus-style = "green dim"
|
|
|
|
zero-style = "white dim"
|
2022-04-03 16:49:04 +00:00
|
|
|
|
2024-05-27 08:57:59 +00:00
|
|
|
# delta detects terminal colors automatically; set one of these to disable auto-detection
|
|
|
|
# dark = true
|
|
|
|
# light = true
|
|
|
|
[merge]
|
|
|
|
conflictstyle = diff3
|
|
|
|
[diff]
|
|
|
|
colorMoved = default
|
2023-03-14 13:29:20 +00:00
|
|
|
[includeIf "gitdir:~/CodeRoom/greenbaum.cloud/"]
|
|
|
|
path = ~/.config/git/config_greenbaum.cloud
|
2022-04-26 09:32:36 +00:00
|
|
|
|
2023-05-31 18:53:16 +00:00
|
|
|
[includeIf "gitdir:~/CodeRoom/github.com/TritonDataCenter/"]
|
|
|
|
path = ~/.config/git/config_mnx
|
|
|
|
[includeIf "gitdir:~/CodeRoom/github.com/mnx-solutions/"]
|
|
|
|
path = ~/.config/git/config_mnx
|
|
|
|
|
2023-03-14 13:29:20 +00:00
|
|
|
[includeIf "gitdir:~/CodeRoom/git.b12f.io/"]
|
|
|
|
path = ~/.config/git/config_git.b12f.io
|
|
|
|
[includeIf "gitdir:~/CodeRoom/git.pub.solar/"]
|
|
|
|
path = ~/.config/git/config_git.b12f.io
|
|
|
|
[includeIf "gitdir:~/CodeRoom/codeberg.org/"]
|
|
|
|
path = ~/.config/git/config_git.b12f.io''
|