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; [
|
environment.systemPackages = with pkgs; [
|
||||||
bitwig-studio
|
bitwig-studio
|
||||||
|
#unstable.sonic-visualiser
|
||||||
sononym-crawler
|
sononym-crawler
|
||||||
darktable
|
darktable
|
||||||
];
|
];
|
||||||
|
|
|
@ -70,10 +70,14 @@ in (pkgs.buildFHSUserEnv {
|
||||||
zynaddsubfx
|
zynaddsubfx
|
||||||
distrho
|
distrho
|
||||||
zam-plugins
|
zam-plugins
|
||||||
|
wolf-shaper
|
||||||
|
wolf-spectrum
|
||||||
|
lsp-plugins
|
||||||
|
|
||||||
#calf
|
#calf
|
||||||
#carla
|
#carla
|
||||||
#unstable.bshapr
|
#unstable.bshapr
|
||||||
lv2vst
|
#lv2vst
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue