From 73ddb338cd7542f9569a9ab5cb0481b4f0636710 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Wed, 29 Jul 2026 22:09:05 +0700 Subject: . --- nixos/modules/features/binary-compat/default.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 nixos/modules/features/binary-compat/default.nix (limited to 'nixos/modules/features/binary-compat/default.nix') diff --git a/nixos/modules/features/binary-compat/default.nix b/nixos/modules/features/binary-compat/default.nix new file mode 100644 index 0000000..f2ad751 --- /dev/null +++ b/nixos/modules/features/binary-compat/default.nix @@ -0,0 +1,23 @@ +{ pkgs, ... }: + +{ + # Libraries shipped so non-Nix binaries (AppImages, dynamically linked + # programs via nix-ld) can resolve their runtime deps. + environment.systemPackages = with pkgs; [ + cacert + libGL + nss + cups + libdrm + glib + pango + gtk3 + zlib + expat + alsa-lib + libxkbcommon + atk + pkg-config + cmake + ]; +} \ No newline at end of file -- cgit v1.2.3