diff options
| author | 2026-09-10 23:28:18 -0700 | |
|---|---|---|
| committer | 2026-09-12 01:00:38 -0700 | |
| commit | 0dfee119e46b248ab37c5a93d6b8e850a574a6f3 (patch) | |
| tree | 44158fca38796ac81197a7c1a7a21fcd942263a1 /config.scm | |
| parent | b33e531eac8c10116c8396942fe28ffbfc6db35e (diff) | |
| download | new-dotfiles-0dfee119e46b248ab37c5a93d6b8e850a574a6f3.tar.gz new-dotfiles-0dfee119e46b248ab37c5a93d6b8e850a574a6f3.zip | |
Tangle init.org before configuring guix on rincewind
Diffstat (limited to 'config.scm')
| -rw-r--r-- | config.scm | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,8 +1,6 @@ (add-to-load-path (dirname (current-filename))) -(define hostname (gethostname)) - -(system* "make" hostname) +(system* "make" (gethostname)) (load-from-path "secrets.scm") -(load-from-path (string-append "oni/home/config/" hostname ".scm")) +(load-from-path (string-append "oni/home/config/" (gethostname) ".scm")) |
