From b3f06f26a42093014484d1a4639507693ad1265d Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 10 Feb 2026 16:43:09 -0700 Subject: [PATCH] fixed display --- modules/home/niri.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/home/niri.nix b/modules/home/niri.nix index 3ca5269..e5bb324 100644 --- a/modules/home/niri.nix +++ b/modules/home/niri.nix @@ -188,7 +188,14 @@ in niri = { enableKeybinds = false; enableSpawn = true; - includes.enable = false; + includes = { + enable = true; + override = false; + originalFileName = "hm"; + filesToInclude = [ + "outputs" + ]; + }; }; settings = {