summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/workadventure/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-01-18 23:01:13 +0100
committermakefu <github@syntax-fehler.de>2021-01-18 23:01:13 +0100
commit96b5248e8514fbbf847d2a5c36dcfb047dd393cb (patch)
treea4e11e911ea37ee93a4e5140ccbb04247191aa01 /makefu/2configs/workadventure/default.nix
parentfeb36c2f9a6d4f910c7c36c55a84aa46d30adec4 (diff)
ma workadventure: init
Diffstat (limited to 'makefu/2configs/workadventure/default.nix')
-rw-r--r--makefu/2configs/workadventure/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/2configs/workadventure/default.nix b/makefu/2configs/workadventure/default.nix
new file mode 100644
index 00000000..3c68fca8
--- /dev/null
+++ b/makefu/2configs/workadventure/default.nix
@@ -0,0 +1,6 @@
+{
+ imports = [
+ ./jitsi.nix
+ ./workadventure.nix
+ ];
+}