Dragon for music
This commit is contained in:
parent
091a9e2485
commit
69c8c4777b
|
@ -3,15 +3,10 @@
|
|||
# environment?
|
||||
imports = [
|
||||
{
|
||||
# DAW
|
||||
environment.systemPackages = with pkgs; [
|
||||
ardour
|
||||
];
|
||||
}
|
||||
{
|
||||
# synths/VSTs
|
||||
environment.systemPackages = with pkgs; [
|
||||
helm
|
||||
helvum # pipewire graph/patchbay GUI
|
||||
ardour # DAW
|
||||
helm # synth
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
inputs.hardware.nixosModules.common-cpu-amd
|
||||
inputs.hardware.nixosModules.common-pc-ssd
|
||||
outputs.nixosModules.pipewire-low-latency
|
||||
outputs.nixosModules.music-production
|
||||
|
||||
desktop-usage
|
||||
podman
|
||||
|
|
Loading…
Reference in a new issue