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"))