From f8b496e6603359d18d233b18edb2272d5e9bf184 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 13 Oct 2022 20:46:35 -0700 Subject: Change location ‘config.scm’ looks for machine-specific files --- config.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.scm b/config.scm index ca126d8..a82cfa0 100644 --- a/config.scm +++ b/config.scm @@ -1,3 +1,3 @@ (add-to-load-path (dirname (current-filename))) -(load-from-path (string-append "oni/home/" (gethostname) "/config.scm")) +(load-from-path (string-append "oni/home/config/" (gethostname) ".scm")) -- cgit v1.3-2-g0d8e