summaryrefslogtreecommitdiff
path: root/modules/darwin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/darwin/default.nix')
-rw-r--r--modules/darwin/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix
new file mode 100644
index 0000000..153c857
--- /dev/null
+++ b/modules/darwin/default.nix
@@ -0,0 +1,10 @@
+_: {
+ imports = [
+ ./common
+ ./emacs.nix
+ ./fonts.nix
+ ./gnupg.nix
+ ./homebrew.nix
+ ./profiles
+ ];
+}