brave: add links to sources
This commit is contained in:
parent
190323c198
commit
d409f61226
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
inherit (lib.lists) map;
|
inherit (lib.lists) map;
|
||||||
inherit (lib.strings) concatStringsSep;
|
inherit (lib.strings) concatStringsSep;
|
||||||
|
|
||||||
|
# https://peter.sh/experiments/chromium-command-line-switches/
|
||||||
flags = concatStringsSep " " [
|
flags = concatStringsSep " " [
|
||||||
"--no-first-run"
|
"--no-first-run"
|
||||||
"--use-vulkan"
|
"--use-vulkan"
|
||||||
|
@ -42,6 +43,7 @@ in {
|
||||||
# which facilitated this process a lot:
|
# which facilitated this process a lot:
|
||||||
# https://gist.github.com/yashgorana/869542b66d7188729716379abe7464e0
|
# https://gist.github.com/yashgorana/869542b66d7188729716379abe7464e0
|
||||||
# https://github.com/yashgorana/chrome-debloat
|
# https://github.com/yashgorana/chrome-debloat
|
||||||
|
# https://chromeenterprise.google/intl/en_ca/policies
|
||||||
extraOpts = {
|
extraOpts = {
|
||||||
BraveRewardsDisabled = true;
|
BraveRewardsDisabled = true;
|
||||||
BraveWalletDisabled = true;
|
BraveWalletDisabled = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue