summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 6a394a62..17cb7da7 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -168,9 +168,10 @@
("user-dirs.locale" ,(plain-file "user-dirs.locale" "C")) ; Not sure if this is needed. Arch has it.
("user-dirs.dirs" ,(local-file "home/files/user-dirs.dirs"))))
- (simple-service 'common-scripts home-files-service-type
- ;; With #:recursive? #t, Guix keeps the files' permission bits, i.e. makes them executable.
- `((".local/bin/ppscm" ,(local-file "home/files/ppscm" #:recursive? #t)))) ; pretty-print scheme files
+ (simple-service 'common-files home-files-service-type
+ `((".infokey" ,(local-file "home/files/infokey"))
+ ;; With #:recursive? #t, Guix keeps the files' permission bits, i.e. makes them executable.
+ (".local/bin/ppscm" ,(local-file "home/files/ppscm" #:recursive? #t)))) ; pretty-print scheme files
(simple-service 'cern-ci-environment home-environment-variables-service-type
;; Nomad, Consul, Vault