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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue