diff options
Diffstat (limited to '')
-rw-r--r-- | modules/darwin/default.nix | 10 |
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 + ]; +} |