How do I write the nix expression correctly to get this in the niri config file: `Mod+Space repeat=false { toggle-overview; }` I don’t know how to insert repeat=false into an expression: `"Mod+Space".toggle-overview = _: {};`
How do I write the nix expression correctly to get this in the niri config file:
Mod+Space repeat=false { toggle-overview; }I don’t know how to insert repeat=false into an expression:
"Mod+Space".toggle-overview = _: {};