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