summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
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)