{ flake.modules.nixvim.custom = { plugins.vim-test.enable = true; keymaps = [ { key = "tf"; action = "TestFile"; } { key = "tl"; action = "TestLast"; } { key = "tn"; action = "TestNearest"; } ]; }; }