From 794650d2947647e250978631c4264659f6705481 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:04:13 +0200 Subject: [PATCH] remove this Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: 41f98c18a1d177ee310acc3f3cb68d6897760aa8 --- nixos/nvidia.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nixos/nvidia.nix b/nixos/nvidia.nix index ae4f475..231d6f2 100644 --- a/nixos/nvidia.nix +++ b/nixos/nvidia.nix @@ -94,15 +94,6 @@ in { ]; }; - programs.zsh = { - sessionVariables = { - LD_LIBRARY_PATH = lib.concatStringsSep ":" [ - "$LD_LIBRARY_PATH" - "${nvidiaDriverChannel}/lib" # change the package name according to nix search result - ]; - }; - }; - # Additional useful packages environment.systemPackages = with pkgs; [ vulkan-tools