From b1676e5a96865ea8af63e8db6eba46cc96632b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo=20Malaquias?= Date: Fri, 22 May 2020 16:43:32 -0300 Subject: [PATCH] nixos/enlightenment: no need to explicitly set XDG_MENU_PREFIX It is already set in the source code upstream. --- nixos/modules/services/x11/desktop-managers/enlightenment.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/x11/desktop-managers/enlightenment.nix b/nixos/modules/services/x11/desktop-managers/enlightenment.nix index f43dd4538cfb..3a0a8d07f486 100644 --- a/nixos/modules/services/x11/desktop-managers/enlightenment.nix +++ b/nixos/modules/services/x11/desktop-managers/enlightenment.nix @@ -54,8 +54,6 @@ in services.xserver.displayManager.sessionCommands = '' if test "$XDG_CURRENT_DESKTOP" = "Enlightenment"; then - export XDG_MENU_PREFIX=e- - export GST_PLUGIN_PATH="${GST_PLUGIN_PATH}" # make available for D-BUS user services