From 8a3dad89b4dd1a6aff70918107513365fd425996 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 27 Feb 2024 17:18:08 -0500 Subject: [PATCH] fix(discord): get the right name for Exec --- modules/hyprland/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]}" \