dotfiles/config.scm

7 lines
186 B
Scheme
Raw Permalink Normal View History

(add-to-load-path (dirname (current-filename)))
2024-11-23 08:42:12 +01:00
(system* "make" "new-dotfiles")
(load-from-path "secrets.scm")
(load-from-path (string-append "oni/home/config/" (gethostname) ".scm"))