Files
flocon/hosts/haze/firefox.nix
2025-02-14 19:24:14 +01:00

7 lines
91 B
Nix

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