Update Cfg and add proxy/wsl

This commit is contained in:
soraefir
2026-05-30 17:48:18 +02:00
parent d9e7775afc
commit 4217227070
18 changed files with 136 additions and 20 deletions

View File

@@ -37,5 +37,40 @@
];
};
};
programs.nix-ld = {
enable = true;
libraries = with pkgs; [
# Correctly namespaced X11 dependencies
xorg.libX11 xorg.libxcb xorg.libXi xorg.libXext xorg.libxkbfile xorg.xcbutilcursor
libpng libdrm libpulseaudio nss nspr expat libbsd
# Core system requirements
# stdenv.cc.cc
# zlib
# fuse3
# alsa-lib
# openssl
#
# xorg.libXdamage
# xorg.libXfixes
# xorg.libXcomposite
# xorg.libXcursor
# xorg.libXrandr
#
# xorg.libXtst
# # Graphics and system audio/menus
# libGL
# dbus
# fontconfig
# freetype
# glib
#
#
#
];
};
system.stateVersion = "24.11";
}