mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-03 06:04:16 +02:00
fix: steam - games failed to start
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user