From 4ade68e52ebc65062252b95ebc71b2f91eff5697 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 12 Oct 2024 07:38:00 +0200 Subject: refactor(mcdowell): localize import of module (gnu services) --- systems/mcdowell.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'systems') diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index ab6b8ea..3abfd4d 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -1,5 +1,4 @@ (define-module (systems mcdowell) - #:use-module (gnu services) ; service #:use-module (gnu services guix) ; guix-home-service-type #:use-module (gnu system keyboard) ; keyboard-layout #:use-module (machines portable-bios) ; bootloader-configuration* @@ -42,8 +41,9 @@ "pl")) (define guix-home - (service guix-home-service-type - home-environments)) + ((@ (gnu services) service) + guix-home-service-type + home-environments)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.3