From 2da9eec55a1179d32895212ce858d6311487c04c Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 29 Jul 2024 18:43:16 +0200 Subject: refactor!(ayase): deconflict system definition location --- systems/mcdowell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systems/mcdowell.scm') diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index 26cc474..d919fa2 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -27,7 +27,7 @@ (list (uid1000-account supplementary-groups*)))) ;; record operating-system -(define operating-system* +(define mcdowell (let* ((home-environments `((,uid1000-name ,(uid1000-home-environment host-name*)))) (guix-home (service guix-home-service-type @@ -49,4 +49,4 @@ locale* services*))) -operating-system* +mcdowell -- cgit v1.2.3