Pass changes

This commit is contained in:
Charlotte Van Petegem 2020-04-30 14:16:51 +02:00
parent 0c26b0e6fa
commit dfcd258971
6 changed files with 46 additions and 10 deletions

View file

@ -0,0 +1,7 @@
{ pkgs }:
(pkgs.firefox.override {
extraNativeMessagingHosts = [
(pkgs.passff-host.override { pass = (import ../pass/default.nix { inherit pkgs; }); })
];
})