bitwig-studio: add zynaddsubfx and various other plugins

feature/hass
Ingolf Wagner 2020-02-19 14:52:09 +08:00
parent 4e1174d608
commit 7185d84a54
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 13 additions and 7 deletions

View File

@ -36,6 +36,7 @@ in {
# for steam
# ---------
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = true;
security.sudo.extraConfig = ''

View File

@ -2,7 +2,7 @@
# ---------------------
#
# this is a script to start Bitwig Studio.
# it is necessary because without my VSTs won't run.
# it is necessary because without it my VSTs won't run.
# function header
# ---------------
@ -23,13 +23,9 @@
targetPkgs = pkgs:
with pkgs; [
# todo : check if they are needed
coreutils
curl
vim
tig
ack
bitwig-studio3
liblo
zlib
fftw
@ -66,6 +62,14 @@
nspr
expat
eudev
# vsts
zynaddsubfx
distrho
zam-plugins
calf
];
# multilib packages
@ -77,6 +81,7 @@
# command
# -------
# the script which should be run right after starting this enviornment
#runScript = "/bin/bash";
runScript = "/usr/bin/bitwig-studio";
# environment variables