Change location ‘config.scm’ looks for machine-specific files

This commit is contained in:
Tom Willemse 2022-10-13 20:46:35 -07:00
parent a7e28f7866
commit f8b496e660

View file

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