Setup kde wayland gamescope + nvidia settings

This commit is contained in:
2024-10-15 18:24:18 -07:00
parent a13676311a
commit bc6378cb22
2 changed files with 33 additions and 0 deletions

View File

@@ -15,6 +15,10 @@
"nvidia_uvm"
"nvidia_drm"
];
boot.kernelParams = [
"nvidia_drm.fbdev=1"
"nvidia_drm.modeset=1"
];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];