Fix browserpass
This commit is contained in:
parent
7be4097ec9
commit
5b3ea1819d
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue