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