nixos/xfce: don't set a bloated GST_PLUGIN_PATH

This commit is contained in:
宋文武 2014-08-19 09:32:07 +08:00
parent c3c9e2d9bc
commit 35945027bf

View file

@ -34,10 +34,6 @@ in
# Set GTK_DATA_PREFIX so that GTK+ can find the Xfce themes.
export GTK_DATA_PREFIX=${config.system.path}
# Necessary to get xfce4-mixer to find GST's ALSA plugin.
# Ugly.
export GST_PLUGIN_PATH=${config.system.path}/lib
exec ${pkgs.stdenv.shell} ${pkgs.xfce.xinitrc}
'';
};