1Password: move installing browser extensions into module
This commit is contained in:
parent
8a717760b1
commit
9d00b8f5b3
3 changed files with 10 additions and 5 deletions
|
|
@ -6,4 +6,14 @@
|
|||
enable = true;
|
||||
polkitPolicyOwners = [ "nico" ];
|
||||
};
|
||||
|
||||
# browser extensions
|
||||
programs.firefox.policies.ExtensionSettings."{d634138d-c276-4fc8-924b-40a0ea21d284}" = {
|
||||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/1password-x-password-manager/latest.xpi";
|
||||
};
|
||||
|
||||
programs.chromium.extensions = [
|
||||
"aeblfdkhhhdcdjpifhhbdiojplfjncoa" # 1Password
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
extensions = [
|
||||
"ddkjiahejlhfcafbddmgiahcphecmpfh" # ublock origin lite
|
||||
"aeblfdkhhhdcdjpifhhbdiojplfjncoa" # 1Password
|
||||
"eimadpbcbfnmbkopoojfekhnkhdbieeh" # dark reader
|
||||
"mnjggcdmjocbbbhaepdhchncahnbgone" # sponsorblock
|
||||
"fnaicdffflnofjppbagibeoednhnbjhg" # floccus bookmark sync
|
||||
|
|
|
|||
|
|
@ -20,10 +20,6 @@
|
|||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/temporarytabcontainer/latest.xpi";
|
||||
};
|
||||
"{d634138d-c276-4fc8-924b-40a0ea21d284}" = {
|
||||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/1password-x-password-manager/latest.xpi";
|
||||
};
|
||||
"pywalfox@frewacom.org" = {
|
||||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/pywalfox/latest.xpi";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue