{...}: { programs.nixvim = { plugins = { comment-box = { enable = true; }; which-key.settings.spec = [ { __unkeyed-1 = "c"; group = "Boxes"; icon = "□ "; } ]; }; keymaps = [ { key = "cb"; action = "CBccbox"; options = { desc = "Box Title"; }; } { key = "ct"; action = "CBllline"; options = { desc = "Titled Line"; }; } { key = "cl"; action = "CBline"; options = { desc = "Simple Line"; }; } { key = "cm"; action = "CBllbox14"; options = { desc = "Marked"; }; } { key = "cd"; action = "CBd"; options = { desc = "Remove a Box"; }; } ]; }; }