From d409f612267f0ae600a5a6d77fa60c5884546062 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Jul 2025 22:11:46 +0200 Subject: [PATCH] brave: add links to sources --- modules/programs/gui/brave/module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/programs/gui/brave/module.nix b/modules/programs/gui/brave/module.nix index 38915f3..c83b36f 100644 --- a/modules/programs/gui/brave/module.nix +++ b/modules/programs/gui/brave/module.nix @@ -6,6 +6,7 @@ inherit (lib.lists) map; inherit (lib.strings) concatStringsSep; + # https://peter.sh/experiments/chromium-command-line-switches/ flags = concatStringsSep " " [ "--no-first-run" "--use-vulkan" @@ -42,6 +43,7 @@ in { # which facilitated this process a lot: # https://gist.github.com/yashgorana/869542b66d7188729716379abe7464e0 # https://github.com/yashgorana/chrome-debloat + # https://chromeenterprise.google/intl/en_ca/policies extraOpts = { BraveRewardsDisabled = true; BraveWalletDisabled = true;