From a545a3a3ef7c5a452f477120d8cb53aae349866d Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 7 Jan 2023 20:48:23 +0100 Subject: Actually install new ppscm script --- tw/home/common.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tw') diff --git a/tw/home/common.scm b/tw/home/common.scm index 45136be3..b01ce218 100644 --- a/tw/home/common.scm +++ b/tw/home/common.scm @@ -48,6 +48,11 @@ ("user-dirs.locale" ,(plain-file "user-dirs.locale" "C")) ; Not sure if this is needed. Arch has it. ("user-dirs.dirs" ,(local-file "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 "files/ppscm" #:recursive? #t)))) ; pretty-print scheme files + (simple-service 'gnupg-config home-files-service-type `(;; GnuPG config files must be in ~/.local/share/gnupg, not ~/.config, -- cgit v1.2.3