nixos-config/overlays/firefox.nix
2020-07-04 15:36:33 +02:00

3 lines
140 B
Nix

self: super: {
firefox = super.firefox.override { extraNativeMessagingHosts = [ self.passff-host ]; pkcs11Modules = [ self.eid-mw ]; };
}