architect: Module cleanup

This commit is contained in:
Giulio De Pasquale 2023-02-14 18:15:12 +01:00
parent 0fec9adf7c
commit be0a1be47d

View File

@ -126,10 +126,10 @@ in
'';
};
hardware = {
opengl.enable = true;
opengl.extraPackages = with pkgs; [ vaapiVdpau ];
opengl.driSupport = true;
hardware.opengl = {
enable = true;
extraPackages = with pkgs; [ vaapiVdpau ];
driSupport = true;
};
services = {