remove this

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>

Former-commit-id: 41f98c18a1d177ee310acc3f3cb68d6897760aa8
This commit is contained in:
Hadi
2025-06-05 14:04:13 +02:00
parent 7013531715
commit 794650d294

View File

@@ -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