fix(nixos:hardware) hardware.opengl -> hardware.graphics
This commit is contained in:
parent
bd899fb160
commit
42570b6d00
5 changed files with 26 additions and 13 deletions
|
|
@ -12,9 +12,9 @@
|
|||
in {
|
||||
config = mkIf (elem "video" features) {
|
||||
hardware = {
|
||||
opengl = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
driSupport32Bit = isx86Linux pkgs;
|
||||
enable32Bit = isx86Linux pkgs;
|
||||
};
|
||||
};
|
||||
xdg.portal = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue