From 6ac8524294fcf36be2f9caac57e1004f3fb9ac3e Mon Sep 17 00:00:00 2001 From: materus Date: Fri, 18 Oct 2024 17:00:45 +0200 Subject: [PATCH] materusPC: add nix ld --- configurations/host/materusPC/other/apps.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configurations/host/materusPC/other/apps.nix b/configurations/host/materusPC/other/apps.nix index 92063ca..8c6eada 100644 --- a/configurations/host/materusPC/other/apps.nix +++ b/configurations/host/materusPC/other/apps.nix @@ -2,6 +2,11 @@ { services.jackett.enable = true; + programs.nix-ld.enable = true; + programs.nix-ld.libraries = with pkgs; [ + + ]; + environment.systemPackages = with pkgs; [ #(pkgs.lutris.override { extraLibraries = pkgs: with pkgs; [ pkgs.samba pkgs.jansson pkgs.tdb pkgs.libunwind pkgs.libusb1 pkgs.gnutls pkgs.gtk3 pkgs.pango ]; })