summary refs log tree commit diff stats
path: root/sys/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/default.nix')
-rw-r--r--sys/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/default.nix b/sys/default.nix
new file mode 100644
index 0000000..5f4babf
--- /dev/null
+++ b/sys/default.nix
@@ -0,0 +1,11 @@
+{...}: {
+  imports = [
+    ./desktop/gnome
+    ./environment
+    ./nix
+    ./packages
+    ./services/flatpak
+    ./services/zsh
+    ./users
+  ];
+}