about summary refs log tree commit diff
path: root/users/glittershark/gws.fyi/site.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/gws.fyi/site.nix')
-rw-r--r--users/glittershark/gws.fyi/site.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/glittershark/gws.fyi/site.nix b/users/glittershark/gws.fyi/site.nix
new file mode 100644
index 0000000000..5a06203a6b
--- /dev/null
+++ b/users/glittershark/gws.fyi/site.nix
@@ -0,0 +1,9 @@
+args@{ pkgs, depot, ... }:
+
+let
+  orgExportHTML = import ./orgExportHTML.nix args;
+in
+
+{
+  index = orgExportHTML ./index.org;
+}