summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home.scm3
-rw-r--r--tw/home/files/gitconfig-cern4
2 files changed, 7 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"))
diff --git a/tw/home/files/gitconfig-cern b/tw/home/files/gitconfig-cern
new file mode 100644
index 00000000..5c7f0bb1
--- /dev/null
+++ b/tw/home/files/gitconfig-cern
@@ -0,0 +1,4 @@
+[user]
+ email = timo.wilken@cern.ch
+ signingkey = C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C
+ name = Timo Wilken