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 # for steam
# --------- # ---------
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
security.sudo.extraConfig = '' security.sudo.extraConfig = ''

View File

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