about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-19 10:08:27 -0400
committerGitHub <noreply@github.com>2023-09-19 10:08:27 -0400
commite8e461df5dda34ace1c762961936098019251591 (patch)
tree0625170079c037aec8a4897c4864c90b5a6b55a3 /nixos/modules/programs
parentaaf2f7fa3d172f8faa30377b35bd4fb9efe6e248 (diff)
parent1ae69c5842694099c7672a2fb3ffbadaf48c1371 (diff)
Merge pull request #254833 from NickCao/qt4-leftover
nixos/environment: drop QT_PLUGIN_PATH for qt4 and kde4 as they has b…
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/environment.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 6dad0cc524540..324b19184747d 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -37,8 +37,6 @@ in
     environment.profileRelativeSessionVariables =
       { PATH = [ "/bin" ];
         INFOPATH = [ "/info" "/share/info" ];
-        KDEDIRS = [ "" ];
-        QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" ];
         QTWEBKIT_PLUGIN_PATH = [ "/lib/mozilla/plugins/" ];
         GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" "/lib/gtk-4.0" ];
         XDG_CONFIG_DIRS = [ "/etc/xdg" ];