{ config, lib, pkgs, ... }: { environment.variables = { EDITOR = "vim"; MOZ_ENABLE_WAYLAND = 1; }; }