summaryrefslogtreecommitdiff
path: root/darwin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'darwin.nix')
-rw-r--r--darwin.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/darwin.nix b/darwin.nix
new file mode 100644
index 0000000..516d8e1
--- /dev/null
+++ b/darwin.nix
@@ -0,0 +1,5 @@
+{ pkgs, ... }:
+
+{
+ imports = [ ./common.nix ];
+}