fix(nixos:hardware) hardware.opengl -> hardware.graphics

This commit is contained in:
ooks-io 2024-08-09 21:50:31 +12:00
parent bd899fb160
commit 42570b6d00
5 changed files with 26 additions and 13 deletions

View file

@ -12,9 +12,9 @@
in {
config = mkIf (elem "video" features) {
hardware = {
opengl = {
graphics = {
enable = true;
driSupport32Bit = isx86Linux pkgs;
enable32Bit = isx86Linux pkgs;
};
};
xdg.portal = {