diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-02-12 16:49:37 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-02-12 16:49:37 +0000 |
commit | ea40460630f60b9b7e192bc92c394e380f6a8322 (patch) | |
tree | 88563a9c66e523ba925c2a09d58167d2322eb5d3 | |
parent | 85b49957b3ef958bbeba7edd7e5e2fa733ba2a8b (diff) |
services: mako: fix problem with profile extension
-rw-r--r-- | yellowsquid/services/mako.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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."))) |