summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-03-07 21:42:45 +0100
committerTimo Wilken2023-03-07 21:42:45 +0100
commit84ebc8dcfc05cd6eaa1f31fe31ecc9d497f1b4d2 (patch)
treecee4d93e6aa0d011aed6e8fffe4969429a46ac64 /tw/home.scm
parent4b8f75543f177b4e469c829d5bea00b5d681fb06 (diff)
Track work gitconfig
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 6cb67344..aabc6579 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -425,6 +425,9 @@ auto-expand-secmem
("X11/XCompose" ,(local-file "home/files/XCompose")) ; see also: $XCOMPOSEFILE variable
("X11/Xresources" ,(local-file "home/files/Xresources"))))
+ (simple-service 'work-git-config home-files-service-type
+ `(("src/alice/.gitconfig" ,(local-file "home/files/gitconfig-cern"))))
+
(simple-service 'emacs-config home-xdg-configuration-files-service-type
`(("emacs/include" ,(local-file "home/files/emacs-packages" #:recursive? #t))
("emacs/init.el" ,(local-file "home/files/emacs-init.el"))