nvf/modules/plugins/runner/run-nvim/default.nix

7 lines
59 B
Nix
Raw Normal View History

2024-11-21 21:03:28 +00:00
{
imports = [
./run-nvim.nix
./config.nix
];
}