nvf/modules/languages/tidal/default.nix

7 lines
63 B
Nix
Raw Normal View History

2023-03-31 18:47:17 +03:00
{...}: {
2023-02-06 01:08:02 +03:00
imports = [
./tidal.nix
./config.nix
2023-02-06 01:08:02 +03:00
];
}