home-manager/firefox: enable the passff host application

This commit is contained in:
steveej 2018-12-01 16:08:34 +01:00
parent 9691326c02
commit c27c75fbab

View file

@ -1,5 +1,5 @@
{ { pkgs
... , ...
}: }:
{ {
@ -15,5 +15,7 @@
"firefox" "firefox"
]; ];
}; };
home.file.".mozilla/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
} }