updated configs, added AI to waku
This commit is contained in:
@@ -43,21 +43,66 @@
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
SDL
|
||||
SDL2_image
|
||||
acl
|
||||
atk
|
||||
attr
|
||||
bzip2
|
||||
cairo
|
||||
cups
|
||||
curl
|
||||
dbus
|
||||
dbus-glib
|
||||
e2fsprogs
|
||||
ffmpeg
|
||||
flac
|
||||
fontconfig
|
||||
fuse
|
||||
glew
|
||||
glib
|
||||
gtk2
|
||||
gtk3
|
||||
icu
|
||||
libGL
|
||||
libcap
|
||||
libcxx
|
||||
libelf
|
||||
libjpeg
|
||||
libnotify
|
||||
libpng
|
||||
libsodium
|
||||
libssh
|
||||
libtiff
|
||||
libusb1
|
||||
libxkbcommon
|
||||
libxml2
|
||||
nss
|
||||
openssl
|
||||
pango
|
||||
stdenv.cc.cc
|
||||
systemd
|
||||
util-linux
|
||||
xorg.libICE
|
||||
xorg.libSM
|
||||
xorg.libX11
|
||||
xorg.libXcomposite
|
||||
xorg.libXcursor
|
||||
xorg.libXdamage
|
||||
xorg.libXext
|
||||
xorg.libXfixes
|
||||
xorg.libXi
|
||||
xorg.libXmu
|
||||
xorg.libXrandr
|
||||
xorg.libXrender
|
||||
xorg.libXt
|
||||
xorg.libXtst
|
||||
xorg.libXxf86vm
|
||||
xorg.libxcb
|
||||
xorg.libxshmfence
|
||||
xz
|
||||
zlib
|
||||
zstd
|
||||
stdenv.cc.cc
|
||||
curl
|
||||
openssl
|
||||
attr
|
||||
libssh
|
||||
bzip2
|
||||
libxml2
|
||||
acl
|
||||
libsodium
|
||||
util-linux
|
||||
xz
|
||||
systemd
|
||||
ffmpeg
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user