organize packages
This commit is contained in:
23
modules/software/compatibility/nix-ld.nix
Normal file
23
modules/software/compatibility/nix-ld.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
{ ... }: {
|
||||
den.aspects.nix-ld = {
|
||||
nixos = { pkgs, options, ... }: {
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
|
||||
libraries = options.programs.nix-ld.libraries.default ++ (with pkgs; [
|
||||
libxml2
|
||||
udev
|
||||
gcc
|
||||
egl-wayland
|
||||
mesa
|
||||
libglvnd
|
||||
wayland
|
||||
libX11
|
||||
libXcursor
|
||||
libXrandr
|
||||
libXi
|
||||
]);
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user