diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-02 21:21:46 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-02 21:21:46 -0400 |
| commit | efb1cda6d789e81cce0fafd753fb4d96eed6f9b7 (patch) | |
| tree | ca816fc9817e8c94d2c247ebb03357c867298621 /nixos/features/gui | |
| parent | a6f9533790b9bfb73f1e531fcef6303642e38983 (diff) | |
homelab: working on homelab
Diffstat (limited to 'nixos/features/gui')
| -rw-r--r-- | nixos/features/gui/apps/steam.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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: |
