diff options
author | makefu <github@syntax-fehler.de> | 2021-01-18 23:01:13 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-01-18 23:01:13 +0100 |
commit | 96b5248e8514fbbf847d2a5c36dcfb047dd393cb (patch) | |
tree | a4e11e911ea37ee93a4e5140ccbb04247191aa01 /makefu/2configs/workadventure/default.nix | |
parent | feb36c2f9a6d4f910c7c36c55a84aa46d30adec4 (diff) |
ma workadventure: init
Diffstat (limited to 'makefu/2configs/workadventure/default.nix')
-rw-r--r-- | makefu/2configs/workadventure/default.nix | 6 |
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 000000000..3c68fca8d --- /dev/null +++ b/makefu/2configs/workadventure/default.nix @@ -0,0 +1,6 @@ +{ + imports = [ + ./jitsi.nix + ./workadventure.nix + ]; +} |