aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/guix/home.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index d6e897a..470e2dc 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -179,6 +179,10 @@
(define (xdg path)
(string-append xdg-prefix "/" path))
+(define work-packages
+ (map (compose list specification->package+output symbol->string)
+ '(awscli@1)))
+
(home-environment
(packages
(append
@@ -514,7 +518,8 @@
(hunspell-dictionary-utf8 "fr")
(hunspell-dictionary-utf8 "eo")
(script "cronjob" (slurp (string-append (getenv "XDG_CONFIG_HOME")
- "/sh/cronjob.sh"))))))
+ "/sh/cronjob.sh"))))
+ work-packages))
(services
(list
(service (home-service 'clipmenu clipmenu "/bin/clipmenud"))