feat(browser): add keepasxc extension
This commit is contained in:
parent
6262428dc6
commit
42f0baa4ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue