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 = { hardware.opengl = {
opengl.enable = true; enable = true;
opengl.extraPackages = with pkgs; [ vaapiVdpau ]; extraPackages = with pkgs; [ vaapiVdpau ];
opengl.driSupport = true; driSupport = true;
}; };
services = { services = {