summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/athena.nix16
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;