From 778255a95c0fe0b9cd7123645b1924a4a3778d99 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 22 Jun 2025 12:12:42 +0200 Subject: [PATCH] add mangohud flatpak --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 08dd3fe..5f98b73 100644 --- a/configuration.nix +++ b/configuration.nix @@ -110,6 +110,7 @@ update.onActivation = true; packages = [ "com.heroicgameslauncher.hgl" + "org.freedesktop.Platform.VulkanLayer.MangoHud" ]; };