1{ 2 lib, 3 config, 4 ... 5}: 6lib.mkIf config.gensokyo.traits.gui { 7 environment.sessionVariables = { 8 # wayland crap 9 NIXOS_OZONE_WL = "1"; 10 MOZ_ENABLE_WAYLAND = "1"; 11 }; 12}