From efb1cda6d789e81cce0fafd753fb4d96eed6f9b7 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 2 Sep 2025 21:21:46 -0400 Subject: homelab: working on homelab --- nixos/features/gui/apps/steam.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nixos/features/gui') diff --git a/nixos/features/gui/apps/steam.nix b/nixos/features/gui/apps/steam.nix index 046b814..d63b3a1 100644 --- a/nixos/features/gui/apps/steam.nix +++ b/nixos/features/gui/apps/steam.nix @@ -20,7 +20,11 @@ in { }; hardware.steam-hardware.enable = true; programs.gamemode.enable = true; - environment.systemPackages = [pkgs.mangohud]; + environment.systemPackages = with pkgs; [ + mangohud + winetricks + wine-wayland + ]; # Steam Launch Options # Add this to 3D games: -- cgit v1.2.3