{ pkgs, ... }: { environment.systemPackages = with pkgs; [ firefox-devedition-bin ]; environment.variables = { MOZ_ENABLE_WAYLAND = 1; }; }