fix warnings
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
xdg.userDirs.documents = "${config.home.homeDirectory}/desktop";
|
||||
xdg.userDirs.download = "${config.home.homeDirectory}/downloads";
|
||||
xdg.userDirs.extraConfig = {
|
||||
XDG_MISC_DIR = "${config.home.homeDirectory}/misc";
|
||||
MISC = "${config.home.homeDirectory}/misc";
|
||||
};
|
||||
xdg.userDirs.music = "${config.home.homeDirectory}/media/music";
|
||||
xdg.userDirs.pictures = "${config.home.homeDirectory}/media/photo";
|
||||
|
||||
@@ -40,37 +40,9 @@
|
||||
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
|
||||
#
|
||||
#
|
||||
#
|
||||
];
|
||||
libx11 libxcb libxi libxext libxkbfile xcbutilcursor
|
||||
libpng libdrm libpulseaudio nss nspr expat libbsd
|
||||
];
|
||||
};
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user