nixos/xfce: don't set a bloated GST_PLUGIN_PATH
This commit is contained in:
parent
c3c9e2d9bc
commit
35945027bf
|
@ -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}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue