feat(browser): add keepasxc extension

This commit is contained in:
Nydragon 2024-10-20 14:23:50 +00:00
parent 330823cd68
commit b2f610b2ce
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -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;