diff options
| author | 2025-03-24 00:37:39 -0700 | |
|---|---|---|
| committer | 2025-03-24 01:05:05 -0700 | |
| commit | f98dba55405c462888776eab0c986168bb75b481 (patch) | |
| tree | 31194652126b088c785bb17d4f5bca81f23d5ecb /oni/home/config | |
| parent | 3ff389c053c7cd8a167e81ac31023ed43479a33e (diff) | |
| download | new-dotfiles-f98dba55405c462888776eab0c986168bb75b481.tar.gz new-dotfiles-f98dba55405c462888776eab0c986168bb75b481.zip | |
rincewind: Add git configuration
Diffstat (limited to 'oni/home/config')
| -rw-r--r-- | oni/home/config/rincewind.scm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index 2f89603..96ed2bf 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -107,6 +107,9 @@ #:select (home-environment-service)) #:use-module ((oni home services flameshot) #:select (home-flameshot-service-type)) + #:use-module ((oni home services git) + #:select (home-git-service-type + home-git-configuration)) #:use-module ((oni home services gnuzilla) #:select (home-icecat-service-type home-icecat-configuration)) @@ -466,6 +469,20 @@ (service home-flameshot-service-type) + (service home-git-service-type + (home-git-configuration + (user-name "Tom Willemse") + (user-email "tom@ryuslash.org") + (sendemail-sendmailcmd "/usr/bin/msmtp") + (init-default-branch "main") + (init-default-branchname "main") + (extra " +[diff \"org\"] + xfuncname = \"^\\\\*+ +(.+)\" +[diff \"lisp\"] + xfuncname = \"^[[:space:]]*?\\\\(def\\\\w+? ((\\\\w|-|'|:|=|<|>)+)\" +"))) + (service home-mpd-service-type (home-mpd-configuration (music-directory "~/music") |
