about summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/xfce.nix
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2014-08-19 09:32:07 +0800
committer宋文武 <iyzsong@gmail.com>2014-08-19 09:32:07 +0800
commit35945027bf2c788d31c5b59338b67ca39f47eb2c (patch)
treec6d6a2e41af1f4ef5a6f48abb3cf7908f4447a15 /nixos/modules/services/x11/desktop-managers/xfce.nix
parentc3c9e2d9bcaec85f59c34edac88f1a15e89658f8 (diff)
downloadnixlib-35945027bf2c788d31c5b59338b67ca39f47eb2c.tar
nixlib-35945027bf2c788d31c5b59338b67ca39f47eb2c.tar.gz
nixlib-35945027bf2c788d31c5b59338b67ca39f47eb2c.tar.bz2
nixlib-35945027bf2c788d31c5b59338b67ca39f47eb2c.tar.lz
nixlib-35945027bf2c788d31c5b59338b67ca39f47eb2c.tar.xz
nixlib-35945027bf2c788d31c5b59338b67ca39f47eb2c.tar.zst
nixlib-35945027bf2c788d31c5b59338b67ca39f47eb2c.zip
nixos/xfce: don't set a bloated GST_PLUGIN_PATH
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/xfce.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/xfce.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/xfce.nix b/nixos/modules/services/x11/desktop-managers/xfce.nix
index a72eea76239f..a31f66176cc9 100644
--- a/nixos/modules/services/x11/desktop-managers/xfce.nix
+++ b/nixos/modules/services/x11/desktop-managers/xfce.nix
@@ -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}
           '';
       };