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