mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
added gitconfig to guix environment
This commit is contained in:
parent
dc223823d4
commit
e416635423
2 changed files with 15 additions and 0 deletions
14
home-config/gitconfig
Normal file
14
home-config/gitconfig
Normal 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
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue