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 = {