From ea40460630f60b9b7e192bc92c394e380f6a8322 Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Sat, 12 Feb 2022 16:49:37 +0000 Subject: services: mako: fix problem with profile extension --- yellowsquid/services/mako.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yellowsquid/services/mako.scm b/yellowsquid/services/mako.scm index 4316078..e005690 100644 --- a/yellowsquid/services/mako.scm +++ b/yellowsquid/services/mako.scm @@ -31,6 +31,7 @@ mako-files) (service-extension home-profile-service-type - mako-configuration-package))) + (lambda (config) + (list (mako-configuration-package config)))))) (default-value (mako-configuration)) (description "Install and configure mako."))) -- cgit v1.2.3