summaryrefslogtreecommitdiff
path: root/modules/hm/wayland/niri/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hm/wayland/niri/default.nix')
-rw-r--r--modules/hm/wayland/niri/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/hm/wayland/niri/default.nix b/modules/hm/wayland/niri/default.nix
new file mode 100644
index 0000000..61e7799
--- /dev/null
+++ b/modules/hm/wayland/niri/default.nix
@@ -0,0 +1,7 @@
+{ ... }:
+{
+ imports = [
+ ./niri.nix
+ ./binds.nix
+ ];
+}