From 2e19465db518a497985fbf75f89a6499c22db34b Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Wed, 2 Apr 2025 07:05:04 +0530 Subject: [PATCH] use brave while chromium fixes pipewire issues --- hosts/default/home/browsers.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/default/home/browsers.nix b/hosts/default/home/browsers.nix index 103958a..c7b9dd7 100644 --- a/hosts/default/home/browsers.nix +++ b/hosts/default/home/browsers.nix @@ -11,5 +11,8 @@ home.packages = with pkgs; [ arti ungoogled-chromium + # chromium recently messed up with pipewire stuff and rendered screen share unusable + # hence brave for the time being + brave ]; }