bitwig: reconfigure plugins
This commit is contained in:
parent
ea2de1a17c
commit
5425131efc
2 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
{ config, lib, pkgs, ... }:
|
||||
let unstable = import <nixpkgs-unstable> { };
|
||||
in {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwig-studio
|
||||
#unstable.sonic-visualiser
|
||||
sononym-crawler
|
||||
darktable
|
||||
];
|
||||
|
|
|
@ -70,10 +70,14 @@ in (pkgs.buildFHSUserEnv {
|
|||
zynaddsubfx
|
||||
distrho
|
||||
zam-plugins
|
||||
wolf-shaper
|
||||
wolf-spectrum
|
||||
lsp-plugins
|
||||
|
||||
#calf
|
||||
#carla
|
||||
#unstable.bshapr
|
||||
lv2vst
|
||||
#lv2vst
|
||||
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue