diff options
-rw-r--r-- | systems/mcdowell.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |