about summary refs log tree commit diff stats
path: root/modules/home.legacy/wms/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home.legacy/wms/default.nix')
-rw-r--r--modules/home.legacy/wms/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/home.legacy/wms/default.nix b/modules/home.legacy/wms/default.nix
new file mode 100644
index 00000000..610ea2f4
--- /dev/null
+++ b/modules/home.legacy/wms/default.nix
@@ -0,0 +1,7 @@
+{config, ...}: {
+  imports = [
+    # ./sway
+    ./river
+    # ./plasma
+  ];
+}