From cfbc1faffeeb982a7c53cd18924db49538987d75 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 12 Apr 2024 21:29:49 -0400 Subject: [PATCH] default: add nix-gaming optimizations --- hosts/tsuki/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/tsuki/default.nix b/hosts/tsuki/default.nix index 698e66a..543a490 100755 --- a/hosts/tsuki/default.nix +++ b/hosts/tsuki/default.nix @@ -6,6 +6,7 @@ }: { imports = [ inputs.nix-gaming.nixosModules.pipewireLowLatency + inputs.nix-gaming.nixosModules.platformOptimizations ./hardware.nix ./services ./networking.nix @@ -53,6 +54,7 @@ gamemode.enable = true; steam = { enable = true; + platformOptimizations.enable = true; extraCompatPackages = [ pkgs.proton-ge-bin ]; @@ -86,6 +88,6 @@ dconf libvirt qemu_kvm - zulu8 + zulu ]; }