From 3f4084fa3038db4c707d111503c95e3bab78b128 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Thu, 5 Dec 2024 21:50:06 -0800 Subject: [PATCH] add heroic game launcher --- provision/modules/gaming/steam.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/provision/modules/gaming/steam.nix b/provision/modules/gaming/steam.nix index a1afd06b..85af9fc9 100644 --- a/provision/modules/gaming/steam.nix +++ b/provision/modules/gaming/steam.nix @@ -8,6 +8,7 @@ in { gamescope # Utility for running games using Valve's Steam Play compatibility layer with improved performance and compatibility mangohud # Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more steamtinkerlaunch # Launcher and optimization tool for Steam games + heroic # Native GOG Launcher ]; hardware.graphics.enable = true; # https://github.com/NixOS/nixpkgs/issues/47932