added gitconfig to guix environment

This commit is contained in:
Ryan Schanzenbacher 2024-02-26 12:34:12 -05:00
parent dc223823d4
commit e416635423
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
2 changed files with 15 additions and 0 deletions

14
home-config/gitconfig Normal file
View file

@ -0,0 +1,14 @@
[user]
email = ryan@rschanz.org
name = Ryan Schanzenbacher
[commit]
gpgSign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[color]
ui = auto
[init]
defaultBranch = main

View file

@ -147,6 +147,7 @@
;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol"))
;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))
(".fonts" ,(local-file "fonts" #:recursive? #t))
(".gitconfig" ,(local-file "gitconfig"))
(".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t))
(".nix-channels" ,(local-file "nix-channels"))))
(service home-pipewire-service-type)