From 7185d84a5436d7c95c0e1c63fc81987229d6c20a Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 19 Feb 2020 14:52:09 +0800 Subject: [PATCH] bitwig-studio: add zynaddsubfx and various other plugins --- modules/programs/steam.nix | 1 + .../bitwig-studio-environment.nix | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/modules/programs/steam.nix b/modules/programs/steam.nix index c3ae26d..5c44f7b 100644 --- a/modules/programs/steam.nix +++ b/modules/programs/steam.nix @@ -36,6 +36,7 @@ in { # for steam # --------- + hardware.opengl.driSupport = true; hardware.opengl.driSupport32Bit = true; security.sudo.extraConfig = '' diff --git a/pkgs/bitwig-studio/bitwig-studio-environment.nix b/pkgs/bitwig-studio/bitwig-studio-environment.nix index 3b58bdd..d876222 100644 --- a/pkgs/bitwig-studio/bitwig-studio-environment.nix +++ b/pkgs/bitwig-studio/bitwig-studio-environment.nix @@ -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