nixos/home/common/core/nixvim/plugins/comment.nix
2024-07-27 11:23:14 +01:00

5 lines
66 B
Nix

{
programs.nixvim.plugins.comment = {
enable = true;
};
}