nvf/modules/tidal/default.nix
2023-02-06 01:08:02 +03:00

11 lines
75 B
Nix

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