tidal: init
1 files changed, 11 insertions(+), 0 deletions(-) A modules/nixos/tidal.nix
A modules/nixos/tidal.nix => modules/nixos/tidal.nix +11 -0
@@ 0,0 1,11 @@ +{config, ...}: { + flake.modules.nixos.tidal = {pkgs, ...}: { + imports = with config.flake.modules.nixos; [ + unfree + ]; + + arta.unfree.allow = ["castlabs-electron"]; + + environment.systemPackages = [pkgs.tidal-hifi]; + }; +}