summaryrefslogtreecommitdiff
path: root/home/gaming/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/gaming/default.nix')
-rw-r--r--home/gaming/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/gaming/default.nix b/home/gaming/default.nix
new file mode 100644
index 0000000..6e06904
--- /dev/null
+++ b/home/gaming/default.nix
@@ -0,0 +1,6 @@
+{...}: {
+ imports = [
+ ./homestuck.nix
+ ./minecraft.nix
+ ];
+}