From 6c66dfba71c125c9a46228383a7f34b986bc83c5 Mon Sep 17 00:00:00 2001 From: Zeusina Date: Mon, 6 Jul 2026 10:23:55 +0300 Subject: [PATCH] feat: enable nix-ld for xray to work --- hosts/kachu-pc/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/kachu-pc/configuration.nix b/hosts/kachu-pc/configuration.nix index f768f36..11b80f9 100644 --- a/hosts/kachu-pc/configuration.nix +++ b/hosts/kachu-pc/configuration.nix @@ -157,6 +157,11 @@ sddm-astronaut-theme vscode ]; + + programs.nix-ld.enable = true; + programs.nix-ld.libraries = with pkgs; [ + ]; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;