chore(home-manager): disable firefox AI shit
This commit is contained in:
parent
565a6e90b0
commit
eb004bb27e
1 changed files with 6 additions and 1 deletions
|
@ -45,5 +45,10 @@
|
||||||
"browser.sessionstore.resume_session_once" = true;
|
"browser.sessionstore.resume_session_once" = true;
|
||||||
|
|
||||||
# Disable translation
|
# Disable translation
|
||||||
"browser.translations.enabled " = false;
|
"browser.translations.enabled" = false;
|
||||||
|
|
||||||
|
# disable AI shit
|
||||||
|
"browser.ml.chat.enabled" = false;
|
||||||
|
"browser.ml.chat.shortcuts" = false;
|
||||||
|
"browser.ml.chat.sidebar" = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue