1 2 3 4 5 6 7 8 9 10 11
{config, ...}: { flake.modules.nixos.tidal = {pkgs, ...}: { imports = with config.flake.modules.nixos; [ unfree ]; arta.unfree.allow = ["castlabs-electron"]; environment.systemPackages = [pkgs.tidal-hifi]; }; }