add ld.nix

This commit is contained in:
2025-11-09 05:58:31 +09:00
parent 70c865fd72
commit 749ba8fc25
2 changed files with 2 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ in {
programs.fish.enable = true;
programs.nix-ld = {
enable = false;
libraries = [ ]; # import ./modules/ld.nix { inherit pkgs; };
libraries = import ./modules/ld.nix { inherit pkgs; };
};
time.timeZone = "Asia/Seoul";

View File

@@ -18,6 +18,7 @@ with pkgs; [
zlib.dev
gdk-pixbuf
glib
glibc
gtk3
icu
wayland