neovim-flake/modules/languages/dart/default.nix

7 lines
55 B
Nix

{
imports = [
./dart.nix
./config.nix
];
}