enlightenment: fix XDG_MENU_PREFIX

authored by José Romildo Malaquias and committed by Jan Tojnar 1e147fee 4be298bf

+1 -1
+1 -1
nixos/modules/services/x11/desktop-managers/enlightenment.nix
··· 47 47 export GTK_DATA_PREFIX=${config.system.path} 48 48 # find theme engines 49 49 export GTK_PATH=${config.system.path}/lib/gtk-3.0:${config.system.path}/lib/gtk-2.0 50 - export XDG_MENU_PREFIX=enlightenment 50 + export XDG_MENU_PREFIX=e- 51 51 52 52 export GST_PLUGIN_PATH="${GST_PLUGIN_PATH}" 53 53