From 4d63588ddcdcda0e2e9a2dc4e3ea29cff6250be9 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:54:37 +0100 Subject: [PATCH] fix --- home/programs/shell/zsh.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 526f6f6..c6bf4ee 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -48,18 +48,18 @@ in { lib.concatStringsSep ":" config.home.sessionPath }" ''; - - #NOTE: for btop to show gpu usage + + #NOTE- for btop to show gpu usage #may want to check the driver version with: #nix path-info -r /run/current-system | grep nvidia-x11 #and #nix search nixpkgs nvidia_x11 sessionVariables = { - LD_LIBRARY_PATH = lib.concatStringsSep ":" [ - "${pkgs.linuxPackages_latest.nvidia_x11_beta}/lib" #change the package name according to nix search result + LD_LIBRARY_PATH = lib.concatStringsSep ":" [ + "${pkgs.linuxPackages_latest.nvidia_x11_beta}/lib" # change the package name according to nix search result "$LD_LIBRARY_PATH" - ]; - }; + ]; + }; shellAliases = { vim = "nvim";