From 8028d9d7ed05f86560ed8efed35622686cad91ca Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 8 Aug 2022 23:34:11 +0200 Subject: [PATCH] comment --- modules/audio.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/audio.nix b/modules/audio.nix index 2e00985f..f3512186 100644 --- a/modules/audio.nix +++ b/modules/audio.nix @@ -15,7 +15,8 @@ in { enable = mkBoolOpt false "Configure for realtime audio and enable a bunch of music production tools"; carla.enable = mkBoolOpt false "Enable Carla + guitar-specific stuff"; bitwig.enable = mkBoolOpt false "Enable Bitwig Studio digital audio workstation"; - bottles.enable = mkBoolOpt false "Enable Bottles to emulate windows VSTs (requires flatpak)"; + # TODO: Add bottles audio bottle config link + bottles.enable = mkBoolOpt false "Enable Bottles to emulate windows VSTs (flatpak)"; yabridge = { enable = mkBoolOpt false "Enable yabridge + yabridgectl"; @@ -33,7 +34,7 @@ in { assertions = [ (mkIf cfg.bottles.enable { assertion = cfgfp.enable; - message = "Cannot enable bottles without the flatpak module!"; + message = "Cannot enable Bottles without the flatpak module!"; }) ];