update settings name

This commit is contained in:
Joseph Hanson 2024-06-22 13:08:19 -05:00
parent 4b49ebd1d5
commit 8f879e3a6d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -15,7 +15,7 @@ in
enable32Bit = true; enable32Bit = true;
}; };
hardware.opengl.extraPackages = with pkgs; [ hardware.graphics.extraPackages = with pkgs; [
vaapiVdpau vaapiVdpau
]; ];