aboutsummaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
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 17cb7da7..6b0402db 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -18,6 +18,8 @@
#:use-module (tw packages ci)
#:use-module (tw packages games)
#:use-module (tw packages xorg)
+ #:use-module ((tw services secrets)
+ #:select (encsecret-program))
#:use-module (tw system)
#:use-module (tw theme))
@@ -170,6 +172,7 @@
(simple-service 'common-files home-files-service-type
`((".infokey" ,(local-file "home/files/infokey"))
+ (".local/bin/encsecret" ,encsecret-program)
;; 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