feat(browser): add keepasxc extension
This commit is contained in:
parent
330823cd68
commit
b2f610b2ce
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,6 @@ lib.mkIf config.programs.firefox.enable {
|
|||
AutofillCreditCardEnabled = false;
|
||||
AutofillAddressEnabled = false;
|
||||
# Check about:support for extension/add-on ID strings.
|
||||
# WARNING: Does not seem to install extension, i.e useless
|
||||
ExtensionSettings =
|
||||
let
|
||||
extension = shortId: uuid: {
|
||||
|
@ -88,6 +87,7 @@ lib.mkIf config.programs.firefox.enable {
|
|||
(extension "firefox-translations" "firefox-translations-addon@mozilla.org")
|
||||
(extension "private-relay" "private-relay@firefox.com")
|
||||
(extension "decentraleyes" "jid1-BoFifL9Vbdl2zQ@jetpack")
|
||||
(extension "keepassxc-browser" "keepassxc-browser@keepassxc.org")
|
||||
];
|
||||
FirefoxHome = {
|
||||
Search = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue