change passff deprecated option
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts.passff = true;
|
||||
nativeMessagingHosts.packages = [ pkgs.passff-host ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user