From 15f889e745da6f692f356e9dbf15c1487abdc148 Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Tue, 5 Nov 2024 19:35:02 +0000 Subject: [PATCH] feat(home-env): add settings to default browser env vars --- home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index a61ea6a..1ebcb35 100644 --- a/home.nix +++ b/home.nix @@ -163,8 +163,8 @@ in { { PATH = "$HOME/bin:$PATH"; NIXOS_CONFIG = "$HOME/code/nixos-config/"; - BROWSER = "brave"; - DEFAULT_BROWSER = "brave"; + BROWSER = "brave --enable-features='VaapiVideoDecoder,VaapiVideoEncoder' --enable-raw-draw --password-store=seahorse"; + DEFAULT_BROWSER = "brave --enable-features='VaapiVideoDecoder,VaapiVideoEncoder' --enable-raw-draw --password-store=seahorse"; DIRENV_LOG_FORMAT = ""; # Disable verbose direnv output showing env variables changed } // lib.optionalAttrs isNvidia {