diff options
| author | seth <[email protected]> | 2023-07-23 20:24:12 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-23 20:58:15 -0400 |
| commit | d7263b66eb7c8c3b34584608812cc42b07b11156 (patch) | |
| tree | a8cbf5a90731247acae19d5001839abca75ec4cf /modules/darwin/default.nix | |
| parent | 011ee9d585abef4826681208d9e33bb1e1c88930 (diff) | |
modules/darwin: init
Diffstat (limited to 'modules/darwin/default.nix')
| -rw-r--r-- | modules/darwin/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix new file mode 100644 index 0000000..0199860 --- /dev/null +++ b/modules/darwin/default.nix @@ -0,0 +1,5 @@ +_: { + imports = [ + ./base + ]; +} |
