browserpass module: add firefox support

This commit is contained in:
Franz Pletz 2018-02-23 00:25:40 +01:00
parent 7ea15ef9c6
commit 4e4ae18c19
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -18,5 +18,6 @@ with lib;
"opt/chrome/native-messaging-hosts/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-host.json";
"opt/chrome/policies/managed/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-policy.json";
};
nixpkgs.config.firefox.enableBrowserpass = true;
};
}