rename deprecated options

This commit is contained in:
Thilo Billerbeck 2025-01-18 01:30:39 +01:00
parent 4934d38771
commit ee8bb08f26
2 changed files with 5 additions and 4 deletions

View file

@ -155,12 +155,13 @@
]);
};
hardware.opengl = {
hardware.graphics = {
extraPackages = with pkgs; [
vaapiVdpau
libvdpau-va-gl
];
};
hardware.bluetooth.enable = true;
programs.steam.gamescopeSession = {

View file

@ -122,9 +122,9 @@
};
hardware = {
pulseaudio.enable = false;
opengl = {
driSupport32Bit = true;
graphics = {
enable = true;
enable32Bit = true;
};
};