summaryrefslogtreecommitdiff
path: root/modules/darwin/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-10-01 21:48:51 +0200
committerLinnnus <[email protected]>2023-10-01 21:48:51 +0200
commit6d22256a85df7228a356a802dbc513c8abeeb2b7 (patch)
treeeddc506e9cb0aa49c79c261a2995dd8de41135b7 /modules/darwin/default.nix
parent877db4137c34216fc2623570bc155d73e4b27f0b (diff)
Export modules
Diffstat (limited to 'modules/darwin/default.nix')
-rw-r--r--modules/darwin/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix
new file mode 100644
index 0000000..2419e48
--- /dev/null
+++ b/modules/darwin/default.nix
@@ -0,0 +1,4 @@
+
+{
+ still-awake = import ./still-awake;
+}