summaryrefslogtreecommitdiff
path: root/sys/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/default.nix')
-rw-r--r--sys/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/default.nix b/sys/default.nix
new file mode 100644
index 0000000..ede6c62
--- /dev/null
+++ b/sys/default.nix
@@ -0,0 +1,9 @@
+{ ... }:
+{
+ imports = [
+ ./core/core.nix
+ ./pkgs/pkgs.nix
+ ./srv/srv.nix
+ ./wm/wm.nix
+ ];
+}