NixOS 24.11 fixes

This commit is contained in:
2024-11-21 23:53:16 +00:00
parent 3c00b0ebd8
commit b8056c578c
13 changed files with 23 additions and 52 deletions

View File

@ -29,13 +29,12 @@
modesetting.enable = true;
powerManagement.enable = true;
};
opengl = {
graphics = {
enable = true;
extraPackages = with pkgs; [
libvdpau-va-gl
];
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
};
}