{ programs = { nixvim = { plugins.todo-comments = { enable = true; }; keymaps = [ { mode = [ "n" ]; action = "TodoTelescope"; key = "ft"; options = { silent = true; }; } ]; }; }; }