Desktop/firefox: install sponsorblock for toast
This commit is contained in:
parent
cb1230214a
commit
989f5407ec
1 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,12 @@
|
|||
home-manager.users.toast = {
|
||||
programs.firefox.policies = {
|
||||
DisablePocket = true;
|
||||
ExtensionSettings = {
|
||||
"sponsorBlocker@ajay.app" = {
|
||||
installation_mode = "normal_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/sponsorblock/latest.xpi";
|
||||
};
|
||||
};
|
||||
Preferences = {
|
||||
"general.smoothScroll.msdPhysics.enabled" = {
|
||||
Value = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue