From 395fe68b6897efbe3d3078921fb2aa0a398f0661 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 9 Dec 2024 09:54:02 +0300 Subject: [PATCH] the fuck kind of error is this? --- hosts/tartarus/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index dfd42eb..f99b59a 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -97,6 +97,7 @@ environment.systemPackages = with pkgs; [ ]; + hardware.opengl.setLdLibraryPath = true; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;