default: add nix-gaming optimizations
This commit is contained in:
parent
06396ae25a
commit
cfbc1faffe
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue