neovim-flake/modules/tidal/default.nix

12 lines
92 B
Nix

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