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;
hardware = {
@@ -17,9 +21,13 @@
libva
vaapiVdpau
libvdpau-va-gl
intel-media-driver
nvidia-vaapi-driver
];
};
nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.beta;
# package = config.boot.kernelPackages.nvidiaPackages.stable;
modesetting.enable = true;
powerManagement = {
enable = false;