diff --git a/modules/hyprland/packages.nix b/modules/hyprland/packages.nix index 58cc15ee..16efa232 100644 --- a/modules/hyprland/packages.nix +++ b/modules/hyprland/packages.nix @@ -58,7 +58,7 @@ in { ]; buildInputs = [makeWrapper]; postBuild = '' - wrapProgram $out/bin/discord --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ + wrapProgram $out/bin/Discord --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ addOpenGLRunpath.driverLink libglvnd ]}" \