feat: LD_LIBRAY git
This commit is contained in:
@@ -104,6 +104,7 @@ in
|
|||||||
pkgs.libGL
|
pkgs.libGL
|
||||||
pkgs.glfw
|
pkgs.glfw
|
||||||
pkgs.pulseaudio
|
pkgs.pulseaudio
|
||||||
|
pkgs.libgit2
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
set -gx PNPM_HOME $HOME/.local/share/pnpm
|
set -gx PNPM_HOME $HOME/.local/share/pnpm
|
||||||
fish_add_path $PNPM_HOME
|
fish_add_path $PNPM_HOME
|
||||||
|
fish_add_path $HOME/.local/bin
|
||||||
set -gx OPENSSL_DIR ${pkgs.openssl.dev};
|
set -gx OPENSSL_DIR ${pkgs.openssl.dev};
|
||||||
set -gx KUBECONFIG $HOME/.kube/config;
|
set -gx KUBECONFIG $HOME/.kube/config;
|
||||||
set -gx OPENSSL_LIB_DIR ${pkgs.openssl.out}/lib;
|
set -gx OPENSSL_LIB_DIR ${pkgs.openssl.out}/lib;
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
with pkgs; [
|
with pkgs; [
|
||||||
alsa-lib
|
alsa-lib
|
||||||
|
libgit2
|
||||||
at-spi2-atk
|
at-spi2-atk
|
||||||
at-spi2-core
|
at-spi2-core
|
||||||
libz
|
libz
|
||||||
|
|||||||
@@ -6,7 +6,9 @@ with pkgs; [
|
|||||||
zathura
|
zathura
|
||||||
google-chrome
|
google-chrome
|
||||||
speed-cloudflare-cli
|
speed-cloudflare-cli
|
||||||
|
gqrx
|
||||||
libreoffice
|
libreoffice
|
||||||
|
act
|
||||||
waybar
|
waybar
|
||||||
hyprsome
|
hyprsome
|
||||||
gns3-gui
|
gns3-gui
|
||||||
|
|||||||
@@ -55,5 +55,6 @@ with pkgs; [
|
|||||||
bridge-utils
|
bridge-utils
|
||||||
|
|
||||||
cudaPackages.cudatoolkit
|
cudaPackages.cudatoolkit
|
||||||
|
airspy
|
||||||
|
airspyhf
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user