nix-config/roles/home-manager/music-prod.nix

16 lines
218 B
Nix

{
config,
pkgs,
lib,
...
}: {
# when it gets packaged, will want cadquery and build123d
home.packages = with pkgs; [
ardour
cardinal
vmpk
bespokesynth
surge
helio-workstation
];
}