neovim-flake/modules/tidal/default.nix

9 lines
67 B
Nix

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