From 7865d784b8868b2763bf34c224bb79910d1aaadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Thu, 18 Apr 2024 19:36:53 +0200 Subject: [PATCH] 47 current 2024-04-18 19:36:46 23.11.20240405.72da83d 6.1.84 * --- hosts/comfy-station/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 887f5ed..c893646 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -130,4 +130,11 @@ # touchpad services.xserver.libinput.touchpad.naturalScrolling = true; + + # ld-fix + programs.nix-ld.enable = true; + programs.nix-ld.libraries = with pkgs; [ + # Add any missing dynamic libraries for unpackaged programs + # here, NOT in environment.systemPackages + ]; }