fix: steam - games failed to start

This commit is contained in:
Ryan Yin
2024-09-22 02:18:14 +08:00
parent 00a9c844d3
commit 37be74746f
2 changed files with 27 additions and 8 deletions

View File

@@ -52,7 +52,9 @@ in {
# see https://github.com/fufexan/nix-gaming/#pipewire-low-latency
services.pipewire.lowLatency.enable = true;
imports = [
nix-gaming.nixosModules.pipewireLowLatency
programs.steam.platformOptimizations.enable = true;
imports = with nix-gaming.nixosModules; [
pipewireLowLatency
platformOptimizations
];
}