about summary refs log tree commit diff
path: root/profiles/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default.nix b/profiles/default.nix
new file mode 100644
index 0000000..d683b58
--- /dev/null
+++ b/profiles/default.nix
@@ -0,0 +1,4 @@
+{ ... }: {
+  imports =
+    [ ./bluetooth ./laptop ./gtk ./trusted ./wm ./desktop ./multimedia ];
+}