summaryrefslogtreecommitdiff
path: root/suweren/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'suweren/home.scm')
-rw-r--r--suweren/home.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/suweren/home.scm b/suweren/home.scm
index b474aa0..4d4c789 100644
--- a/suweren/home.scm
+++ b/suweren/home.scm
@@ -9,7 +9,8 @@
#:use-module (gnu services)
#:use-module (nongnu packages mozilla)
#:use-module (suweren home services)
- #:use-module (suweren services sound))
+ #:use-module (suweren services sound)
+ #:use-module (suweren update))
(define-public %home-environment
(let ((bash (service home-bash-service-type
@@ -23,6 +24,7 @@
(services (list bash
dbus
pipewire
- shepherd)))
+ shepherd
+ update-commands)))
(home-environment (packages packages)
(services services)))))