summaryrefslogtreecommitdiffstats
path: root/tv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/default.nix')
-rw-r--r--tv/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/default.nix b/tv/default.nix
new file mode 100644
index 00000000..b1c7c1be
--- /dev/null
+++ b/tv/default.nix
@@ -0,0 +1,9 @@
+_:
+{
+ imports = [
+ ../krebs
+ ./2configs
+ ./3modules
+ ./5pkgs
+ ];
+}