diff options
| author | seth <[email protected]> | 2023-07-23 22:20:29 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-24 03:56:43 +0000 |
| commit | 9934332f70b51640878fff8c0e7852532f069996 (patch) | |
| tree | 01488a73a541d21aca10841f4e2ccab1985a92d2 /modules/darwin/default.nix | |
| parent | 418fb8a9c75cfa4c10e0257d3aec43443cadca2a (diff) | |
modules/darwin: init desktop module
Diffstat (limited to 'modules/darwin/default.nix')
| -rw-r--r-- | modules/darwin/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix index 0199860..ed9c7e1 100644 --- a/modules/darwin/default.nix +++ b/modules/darwin/default.nix @@ -1,5 +1,6 @@ _: { imports = [ ./base + ./desktop ]; } |
