games: Optimize configuration

This commit is contained in:
caem 2025-03-02 14:37:47 +01:00
parent a1d79de285
commit dd7f79a874
Signed by: caem
GPG key ID: 69A830D03203405F
4 changed files with 43 additions and 18 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
imports = [
@ -19,7 +19,6 @@
boot.kernelParams = [
"nvidia_drm.fbdev=1"
"nvidia.NVreg_PreserveVideoMemoryAllocations=1"
];
services.xserver.videoDrivers = [ "nvidia" ];