Add kirsty

This commit is contained in:
Timotej Lazar 2021-10-06 19:01:32 +02:00
parent 05521937db
commit bf31a34cd1
4 changed files with 5327 additions and 0 deletions

6
util.scm Normal file
View file

@ -0,0 +1,6 @@
(define-module (util))
(define-public config-dir (or (dirname (current-filename)) (car %load-path)))
(define-public (host-dir host)
(string-append config-dir "/hosts/" host))