bitwig-studio: add zynaddsubfx and various other plugins
This commit is contained in:
parent
4e1174d608
commit
7185d84a54
2 changed files with 13 additions and 7 deletions
|
@ -36,6 +36,7 @@ in {
|
|||
|
||||
# for steam
|
||||
# ---------
|
||||
hardware.opengl.driSupport = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
security.sudo.extraConfig = ''
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue