summaryrefslogtreecommitdiff
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, 0 insertions, 3 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 39d903df..12661015 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -18,8 +18,6 @@
#: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))
@@ -172,7 +170,6 @@
(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