feat(browser): add keepasxc extension

This commit is contained in:
Nydragon 2024-10-20 14:23:50 +00:00
parent 6262428dc6
commit 42f0baa4ff
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -72,7 +72,6 @@ lib.mkIf config.programs.firefox.enable {
AutofillCreditCardEnabled = false; AutofillCreditCardEnabled = false;
AutofillAddressEnabled = false; AutofillAddressEnabled = false;
# Check about:support for extension/add-on ID strings. # Check about:support for extension/add-on ID strings.
# WARNING: Does not seem to install extension, i.e useless
ExtensionSettings = ExtensionSettings =
let let
extension = shortId: uuid: { extension = shortId: uuid: {
@ -88,6 +87,7 @@ lib.mkIf config.programs.firefox.enable {
(extension "firefox-translations" "firefox-translations-addon@mozilla.org") (extension "firefox-translations" "firefox-translations-addon@mozilla.org")
(extension "private-relay" "private-relay@firefox.com") (extension "private-relay" "private-relay@firefox.com")
(extension "decentraleyes" "jid1-BoFifL9Vbdl2zQ@jetpack") (extension "decentraleyes" "jid1-BoFifL9Vbdl2zQ@jetpack")
(extension "keepassxc-browser" "keepassxc-browser@keepassxc.org")
]; ];
FirefoxHome = { FirefoxHome = {
Search = true; Search = true;