diff options
| author | 2024-11-22 23:42:12 -0800 | |
|---|---|---|
| committer | 2024-11-22 23:42:12 -0800 | |
| commit | 2cd30670d8395dc832747a4a0295ffd1bfb256b4 (patch) | |
| tree | 206070b22dd72830ed06ee0c4c1f3e6e60cad122 /config.scm | |
| parent | 3e149fff6c03967d31e073f612bc40135d5a04a9 (diff) | |
| download | new-dotfiles-2cd30670d8395dc832747a4a0295ffd1bfb256b4.tar.gz new-dotfiles-2cd30670d8395dc832747a4a0295ffd1bfb256b4.zip | |
Fix rincewind configuration
Diffstat (limited to 'config.scm')
| -rw-r--r-- | config.scm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ (add-to-load-path (dirname (current-filename))) +(system* "make" "new-dotfiles") + +(load-from-path "secrets.scm") (load-from-path (string-append "oni/home/config/" (gethostname) ".scm")) |
