mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
move LD_LIBRARY_PATH
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: 5a35789f8cc7009e3310d49b27381b84aca0a475
This commit is contained in:
@@ -94,6 +94,15 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user