summaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/default.nix')
-rw-r--r--modules/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/default.nix b/modules/default.nix
deleted file mode 100644
index 3015d59..0000000
--- a/modules/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ ... }:
-
-{
- imports =
- [
- ./linus.onl
- ./notifications.linus.onl
- ./cloudflare-proxy
- ./graphics
- ];
-}