summaryrefslogtreecommitdiff
path: root/suweren/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'suweren/home.scm')
-rw-r--r--suweren/home.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/suweren/home.scm b/suweren/home.scm
index 5bc018f..c0d87ee 100644
--- a/suweren/home.scm
+++ b/suweren/home.scm
@@ -20,9 +20,6 @@
;; home-dbus-service-type
#:use-module (gnu home services desktop)
- ;; home-bash-service-type
- #:use-module (gnu home services shells)
-
;; home-shepherd-service-type
#:use-module (gnu home services shepherd)
@@ -105,8 +102,8 @@
`(("EDITOR" . "emacs")))
(simple-service
'bash-aliases
- home-bash-service-type
- (home-bash-extension
+ gnu:home:services:shells:home-bash-service-type
+ (gnu:home:services:shells:home-bash-extension
(aliases
`(("edit" . "$EDITOR")))))
(simple-service