aboutsummaryrefslogtreecommitdiff
path: root/core/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'core/default.nix')
-rw-r--r--core/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/default.nix b/core/default.nix
new file mode 100644
index 0000000..9ea2247
--- /dev/null
+++ b/core/default.nix
@@ -0,0 +1,8 @@
+{ ... }:
+
+{
+ imports = [
+ ./env.nix
+ ./packages.nix
+ ];
+}