From 8e672848f30c9dba6ae75c8fdd9d4cd7f4ef6e43 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 3 Nov 2023 23:54:35 +0100 Subject: Install infokey --- tw/home.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tw/home.scm') 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 -- cgit v1.2.3