nvf/modules/plugins/git/gitlinker-nvim/default.nix
2025-04-07 11:21:37 -06:00

6 lines
65 B
Nix

{
imports = [
./config.nix
./gitlinker-nvim.nix
];
}