nix-config/roles/home-manager/music-prod.nix
2026-01-04 16:44:53 +01:00

16 lines
206 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
];
}