diff options
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r-- | systems/mcdowell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index cb4c67c..80bb4a4 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -30,7 +30,7 @@ ((@ (gnu system keyboard) keyboard-layout) "pl")) -(define (home-environments-mcdowell) +(define (guix-home-service-mcdowell) (use-modules (gnu services guix)) ((@ (gnu services) service) guix-home-service-type @@ -47,7 +47,7 @@ (define services-mcdowell (append (desktop-services-mcdowell) - (list (home-environments-mcdowell)))) + (list (guix-home-service-mcdowell)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |