From 5e27052f825d52bc9992da6f61588725f3d76871 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 31 Oct 2022 00:25:27 +0100 Subject: Home configuration: break out home-services --- home-configuration.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index 9d89c30..6812908 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -46,6 +46,10 @@ home-files-service-type home-files)) +(define home-services + `(,home-bash-service + ,dot-files-service)) + (home-environment (packages (map (compose list specification->package+output) '("cpupower" @@ -72,5 +76,4 @@ "trezor-agent" "unzip" "zip"))) - (services `(,home-bash-service - ,dot-files-service))) + (services home-services)) -- cgit v1.2.3