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