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

7 lines
63 B
Nix

{...}: {
imports = [
./tidal.nix
./config.nix
];
}