diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix new file mode 100644 index 0000000..c5430f8 --- /dev/null +++ b/modules/default.nix @@ -0,0 +1,5 @@ +{ + # glitchtip = import ./glitchtip.nix; + bookwyrm = import ./bookwyrm.nix; + mollysocket = import ./mollysocket.nix; +} |