Skip to content

Commit

Permalink
yui: Disable low-latency features of nix-gaming for now
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Mar 4, 2024
1 parent a17569b commit 8c533bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos-config/hosts/yui/games.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
environment.systemPackages = [pkgs.mangohud];

# Appears to resolve issues with crackling audio under high load
services.pipewire.lowLatency.enable = true;
# TODO(tlater): Borked due to recent nixpkgs patch: https://github.com/fufexan/nix-gaming/issues/161
# services.pipewire.lowLatency.enable = true;

# Make steam controller work
hardware.steam-hardware.enable = true;
Expand Down

0 comments on commit 8c533bf

Please sign in to comment.