mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-02-05 07:11:16 -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/sshcontrol" ,(local-file "gnupg/sshcontrol"))
|
||||||
;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))
|
;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))
|
||||||
(".fonts" ,(local-file "fonts" #:recursive? #t))
|
(".fonts" ,(local-file "fonts" #:recursive? #t))
|
||||||
|
(".gitconfig" ,(local-file "gitconfig"))
|
||||||
(".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t))
|
(".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t))
|
||||||
(".nix-channels" ,(local-file "nix-channels"))))
|
(".nix-channels" ,(local-file "nix-channels"))))
|
||||||
(service home-pipewire-service-type)
|
(service home-pipewire-service-type)
|
||||||
|
|
Loading…
Reference in a new issue