default: add nix-gaming optimizations

This commit is contained in:
notohh 2024-04-12 21:29:49 -04:00
parent 06396ae25a
commit cfbc1faffe
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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
];
}