Files
flocon/machines/haze/firefox.nix
2025-05-16 15:46:47 +02:00

8 lines
124 B
Nix

{ pkgs, ... }:
{
programs.firefox = {
enable = true;
nativeMessagingHosts.packages = [ pkgs.passff-host ];
};
}