{ pkgs, inputs, ... }: { environment.systemPackages = [ inputs.firefox.packages.${pkgs.stdenv.hostPlatform.system}.firefox-nightly-bin ]; }