Initial commit

This commit is contained in:
Christopher Baines 2025-07-16 14:23:04 +01:00
commit 9c99aa375b
32 changed files with 378 additions and 0 deletions

8
conf/plugins.scm Normal file
View file

@ -0,0 +1,8 @@
;; This is a plugin configuration file, don't remove it!
;; Uncomment following lines to enable plugins.
;; Make sure you import the plugin modules here.
(define-module (artanis plugins)
#:use-module (artanis oht))
;; (plugin-enable! name handler)