nvf/modules/tidal/default.nix
2023-02-28 12:01:56 +03:00

12 lines
92 B
Nix

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