diff options
| author | Adrian Kummerlaender | 2026-04-24 10:00:47 +0200 |
|---|---|---|
| committer | Adrian Kummerlaender | 2026-04-24 10:00:47 +0200 |
| commit | 099009159078cd0fc22e7c045589c69a3e26bab2 (patch) | |
| tree | f6056be59cd1f3f59b4a2703691b3fb5c2705c21 | |
| parent | ecf2f9c6b65eec7eddc9db03f59185a762e21e2e (diff) | |
| download | nixos_system-wayland.tar nixos_system-wayland.tar.gz nixos_system-wayland.tar.bz2 nixos_system-wayland.tar.lz nixos_system-wayland.tar.xz nixos_system-wayland.tar.zst nixos_system-wayland.zip | |
athena: Add nix-ld for python envswayland
| -rw-r--r-- | host/athena.nix | 16 |
1 files changed, 16 insertions, 0 deletions
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; |
