feat: rtl, ld

This commit is contained in:
2025-08-20 12:39:59 +09:00
parent 7c39f4e13e
commit cfebabe42e
4 changed files with 9 additions and 2 deletions

View File

@@ -92,18 +92,21 @@ in
libGL
openal
myRizin
libgit2
inputs.helix.packages."${pkgs.system}".helix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.sessionVariables = {
environment.variables = {
LD_LIBRARY_PATH = lib.makeLibraryPath [
pkgs.libglvnd
pkgs.libGL
pkgs.glfw
pkgs.pulseaudio
pkgs.libgit2
];
HELLO = "WORLD";
};
environment.variables.EDITOR = "vim";