summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-12 18:43:09 -0400
committerNick Cao <nickcao@nichi.co>2023-09-12 18:43:09 -0400
commitc463b4f200bac76c9d5fd79ebd821d47b3a63d32 (patch)
tree042e8487460b31964958f3f360d7fd6827efc891 /nixos/modules/programs
parent3edd86755d3f5c9df9df880129188672d98bee3c (diff)
downloadnixpkgs-c463b4f200bac76c9d5fd79ebd821d47b3a63d32.tar
nixpkgs-c463b4f200bac76c9d5fd79ebd821d47b3a63d32.tar.gz
nixpkgs-c463b4f200bac76c9d5fd79ebd821d47b3a63d32.tar.bz2
nixpkgs-c463b4f200bac76c9d5fd79ebd821d47b3a63d32.tar.lz
nixpkgs-c463b4f200bac76c9d5fd79ebd821d47b3a63d32.tar.xz
nixpkgs-c463b4f200bac76c9d5fd79ebd821d47b3a63d32.tar.zst
nixpkgs-c463b4f200bac76c9d5fd79ebd821d47b3a63d32.zip
nixos/environment: drop QT_PLUGIN_PATH for qt4 and kde4 as they has been removed
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/environment.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 3fbda153e0b..b95cd7ffa53 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -38,7 +38,6 @@ in
       { 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" ];