summaryrefslogtreecommitdiff
path: root/env/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'env/default.nix')
-rw-r--r--env/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/env/default.nix b/env/default.nix
new file mode 100644
index 0000000..0290518
--- /dev/null
+++ b/env/default.nix
@@ -0,0 +1,6 @@
+{ lib, ... }:
+with lib; {
+ imports = [
+ ./users
+ ];
+}