From 215ea0c33760af6d55370d1ecba6557b56d704a7 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 9 Mar 2025 22:28:03 +0100 Subject: id1000: prefix the (gnu home) module --- users/id1000.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/users/id1000.scm b/users/id1000.scm index f2baba2..ff0d3f2 100644 --- a/users/id1000.scm +++ b/users/id1000.scm @@ -1,6 +1,5 @@ (define-module (users id1000) - ;; home-environment - #:use-module (gnu home) + #:use-module ((gnu home) #:prefix gnu:home:) ;; home-profile-service-type ;; home-xdg-configuration-files-service-type @@ -570,4 +569,4 @@ profile)) (services* (append %suweren-home-services* user-services))) - (home-environment (services services*))))) + (gnu:home:home-environment (services services*))))) -- cgit v1.2.3