flocon/hosts/haze/firefox.nix

6 lines
91 B
Nix

{
programs.firefox = {
enable = true;
nativeMessagingHosts.passff = true;
};
}