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
configs/thilo-pc
nixos

View file

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

View file

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