Fix browserpass

This commit is contained in:
Jakob Lechner 2025-04-10 01:59:14 +02:00
parent 7be4097ec9
commit 5b3ea1819d

View file

@ -2,7 +2,11 @@
{
programs.firefox = {
inherit (nixosConfig.jalr.gui) enable;
package = pkgs.firefox-esr;
package = pkgs.firefox-esr.override {
nativeMessagingHosts = [
pkgs.browserpass
];
};
policies = {
AllowedDomainsForApps = "";
CaptivePortal = false;