architect: Module cleanup
This commit is contained in:
parent
0fec9adf7c
commit
be0a1be47d
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user