nixos-laptop/home-manager/tidal.nix

5 lines
89 B
Nix

{ pkgs, ...}: {
home.packages = with pkgs; [
supercollider-with-sc3-plugins
];
}