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;