diff options
author | Linnnus <[email protected]> | 2024-02-13 17:45:46 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-02-13 17:45:46 +0100 |
commit | 476150fa1384b2c77e527f3f138d458cdc05bd29 (patch) | |
tree | 5ce9d666716c13418f2ecfcf9584afe7fdb80e6e /modules/darwin | |
parent | b78d8f2b1add7ca0865e0b2c1b9fb8ec12f8cc0d (diff) |
tmp: Only allow for public things in modules/darwin
Diffstat (limited to 'modules/darwin')
-rw-r--r-- | modules/darwin/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix index 48f0511..832940f 100644 --- a/modules/darwin/default.nix +++ b/modules/darwin/default.nix @@ -1,4 +1,3 @@ { - general.still-awake = import ./still-awake; - personal = {}; + still-awake = import ./still-awake; } |