mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
manage extensions by policy
This commit is contained in:
parent
acc4472775
commit
44bc834c30
1 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,17 @@
|
|||
"network.IDN_show_punycode" = true;
|
||||
"ui.key.menuAccessKeyFocuses" = false;
|
||||
};
|
||||
ExtensionSettings =
|
||||
{ "*".installation_mode = "blocked"; } //
|
||||
builtins.mapAttrs
|
||||
(n: v: {
|
||||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/${v}/latest.xpi";
|
||||
})
|
||||
{
|
||||
"jid1-KKzOGWgsW3Ao4Q@jetpack" = "i-dont-care-about-cookies";
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = "bitwarden-password-manager";
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue