feat: LD_LIBRAY git

This commit is contained in:
2025-08-19 13:41:58 +09:00
parent 49612dc297
commit 6ef275870d
5 changed files with 7 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ in
pkgs.libGL
pkgs.glfw
pkgs.pulseaudio
pkgs.libgit2
];
};

View File

@@ -5,6 +5,7 @@
set -gx EDITOR nvim
set -gx PNPM_HOME $HOME/.local/share/pnpm
fish_add_path $PNPM_HOME
fish_add_path $HOME/.local/bin
set -gx OPENSSL_DIR ${pkgs.openssl.dev};
set -gx KUBECONFIG $HOME/.kube/config;
set -gx OPENSSL_LIB_DIR ${pkgs.openssl.out}/lib;

View File

@@ -2,6 +2,7 @@
with pkgs; [
alsa-lib
libgit2
at-spi2-atk
at-spi2-core
libz

View File

@@ -6,7 +6,9 @@ with pkgs; [
zathura
google-chrome
speed-cloudflare-cli
gqrx
libreoffice
act
waybar
hyprsome
gns3-gui

View File

@@ -55,5 +55,6 @@ with pkgs; [
bridge-utils
cudaPackages.cudatoolkit
airspy
airspyhf
]