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 ]; })