nvf/modules/plugins/runner/run-nvim/default.nix
2024-11-21 23:24:01 +01:00

7 lines
59 B
Nix

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