changes to toothpc nvidia settings + calscript update

This commit is contained in:
cnst
2024-07-18 19:35:30 +02:00
parent c94e9d7a04
commit f10ce0a603

View File

@@ -1,4 +1,8 @@
{pkgs, ...}: { {
pkgs,
config,
...
}: {
zramSwap.enable = true; zramSwap.enable = true;
hardware = { hardware = {
@@ -17,9 +21,13 @@
libva libva
vaapiVdpau vaapiVdpau
libvdpau-va-gl libvdpau-va-gl
intel-media-driver
nvidia-vaapi-driver
]; ];
}; };
nvidia = { nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.beta;
# package = config.boot.kernelPackages.nvidiaPackages.stable;
modesetting.enable = true; modesetting.enable = true;
powerManagement = { powerManagement = {
enable = false; enable = false;