hyprland: Add nvidia-vaapi-driver

This commit is contained in:
caem 2024-07-21 22:47:19 +02:00
parent a98076de23
commit 9b6fba74d0
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 9 additions and 0 deletions

View file

@ -42,6 +42,7 @@
boot.extraModprobeConfig = "options kvm_amd nested=1";
boot.kernelParams = [
"nvidia_drm.fbdev=1"
"nvidia.NVreg_PreserveVideoMemoryAllocations=1"
];
boot.initrd.postDeviceCommands = lib.mkAfter ''