change passff deprecated option

This commit is contained in:
2025-02-16 16:42:57 +01:00
parent ca5bdf68a9
commit 497d2a6b29

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }:
{
programs.firefox = {
enable = true;
nativeMessagingHosts.passff = true;
nativeMessagingHosts.packages = [ pkgs.passff-host ];
};
}