From 6dd15d6c7c95f5331050dc38ac623cae58b38b05 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Sat, 26 Oct 2024 18:54:53 -0700 Subject: [PATCH] clean up gaming folder --- provision/modules/gaming/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/modules/gaming/steam.nix b/provision/modules/gaming/steam.nix index ab1ea49a..43a0bc67 100644 --- a/provision/modules/gaming/steam.nix +++ b/provision/modules/gaming/steam.nix @@ -5,9 +5,9 @@ in { options.modules.gaming.steam.enable = lib.mkEnableOption "steam"; config = lib.mkIf cfg.enable { environment.systemPackages = with pkgs; [ - steamtinkerlaunch # Launcher and optimization tool for Steam games. 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. ]; hardware.graphics.enable = true; # this fixes the "glXChooseVisual failed" bug, context: https://github.com/NixOS/nixpkgs/issues/47932