summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-05-24 21:49:40 +0200
committerTimo Wilken2023-05-25 23:25:18 +0200
commitb05a876231b952afaadced4fcbc3d9942cb34a67 (patch)
treec7b0a87c95ea917b104a5f1003b8991b6c86fc08 /tw/home.scm
parent10428f6336cfc823ed67af6012a6ab42c790c054 (diff)
Try solving home.scm load failure on servers
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 56df048e..0f778c1a 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -7,8 +7,8 @@
#:use-module (gnu home services shepherd)
#:use-module (gnu home services ssh)
#:use-module (guix gexp)
- #:use-module ((nongnu packages messaging)
- #:select (zoom))
+ ;; Don't load nongnu on hosts where it's not available, i.e. servers.
+ #:autoload (nongnu packages messaging) (zoom)
#:use-module (tw gexp)
#:use-module (tw packages alice)
#:use-module (tw packages catppuccin)