summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/enlightenment.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2017-12-24 19:31:32 -0200
committerJan Tojnar <jtojnar@gmail.com>2017-12-25 07:15:07 +0100
commit1e147fee02d9c6af2fb6b8123d00f70135306604 (patch)
tree31916f7a08ee3fcbcf3c859d0a54907e41857060 /nixos/modules/services/x11/desktop-managers/enlightenment.nix
parent4be298bf6d517a87ccafb15d8f3d9534a1c27868 (diff)
downloadnixpkgs-1e147fee02d9c6af2fb6b8123d00f70135306604.tar
nixpkgs-1e147fee02d9c6af2fb6b8123d00f70135306604.tar.gz
nixpkgs-1e147fee02d9c6af2fb6b8123d00f70135306604.tar.bz2
nixpkgs-1e147fee02d9c6af2fb6b8123d00f70135306604.tar.lz
nixpkgs-1e147fee02d9c6af2fb6b8123d00f70135306604.tar.xz
nixpkgs-1e147fee02d9c6af2fb6b8123d00f70135306604.tar.zst
nixpkgs-1e147fee02d9c6af2fb6b8123d00f70135306604.zip
enlightenment: fix XDG_MENU_PREFIX
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/enlightenment.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/enlightenment.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/enlightenment.nix b/nixos/modules/services/x11/desktop-managers/enlightenment.nix
index 8a523f0d803..7f3dc0d7847 100644
--- a/nixos/modules/services/x11/desktop-managers/enlightenment.nix
+++ b/nixos/modules/services/x11/desktop-managers/enlightenment.nix
@@ -47,7 +47,7 @@ in
         export GTK_DATA_PREFIX=${config.system.path}
         # find theme engines
         export GTK_PATH=${config.system.path}/lib/gtk-3.0:${config.system.path}/lib/gtk-2.0
-        export XDG_MENU_PREFIX=enlightenment
+        export XDG_MENU_PREFIX=e-
 
         export GST_PLUGIN_PATH="${GST_PLUGIN_PATH}"