Switch to mono noise suppression for voice and disable vulkan for chromium.

This commit is contained in:
Tom Alexander
2025-01-09 17:56:46 -05:00
parent 5c41b7efa2
commit 6b9660bc44
2 changed files with 8 additions and 4 deletions

View File

@@ -49,5 +49,6 @@
};
};
nixpkgs.config.chromium.commandLineArgs = "--enable-features=Vulkan";
# Enabling vulkan causes video to render as white
# nixpkgs.config.chromium.commandLineArgs = "--enable-features=Vulkan";
}