nixos-config/home/programs/misc/ardour.nix
2024-05-21 22:15:08 +02:00

7 lines
91 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
ardour
lsp-plugins
sunvox
];
}