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 f60413d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nixos-config/hosts/yui/games.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
...
}: {
imports = [
flake-inputs.nix-gaming.nixosModules.pipewireLowLatency
# flake-inputs.nix-gaming.nixosModules.pipewireLowLatency
flake-inputs.aagl.nixosModules.default
];

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 f60413d

Please sign in to comment.