Skip to content

Commit

Permalink
feat(home-env): add settings to default browser env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Nov 5, 2024
1 parent 04d3ec9 commit 15f889e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 15f889e

Please sign in to comment.