summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-11-03 23:54:35 +0100
committerTimo Wilken2023-11-03 23:54:50 +0100
commit8e672848f30c9dba6ae75c8fdd9d4cd7f4ef6e43 (patch)
treebfc4c666f3ad1bd1b6afd9afd4377b74560c4283 /tw/home.scm
parent72ee16fda8757b9a2f93eaf1d7353bb5e8151de4 (diff)
Install infokey
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