nix-config/modules/nix/audio/default.nix
smayzy 07c5d42539
All checks were successful
nixos config pipeline / show-flake (push) Successful in 38s
nixos config pipeline / deploy (push) Successful in 11s
move ardour to an option and pack it with plugins
2026-03-29 16:29:30 +02:00

8 lines
68 B
Nix

{ ... }:
{
imports = [
./pipewire.nix
./ardour.nix
];
}