From 099009159078cd0fc22e7c045589c69a3e26bab2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 24 Apr 2026 10:00:47 +0200 Subject: athena: Add nix-ld for python envs --- host/athena.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'host/athena.nix') diff --git a/host/athena.nix b/host/athena.nix index fc6c4ea..09ecabb 100644 --- a/host/athena.nix +++ b/host/athena.nix @@ -105,6 +105,22 @@ programs = { niri.enable = true; xwayland.enable = true; + + nix-ld.enable = true; + nix-ld.libraries = with pkgs; [ + stdenv.cc.cc + libGL + xorg.libX11 + xorg.libXext + xorg.libXrender + xorg.libICE + xorg.libSM + fontconfig + freetype + zlib + glib + dbus + ]; }; security.polkit.enable = true; -- cgit v1.2.3