mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
nix: hardware.opengl.enable -> hardware.graphics.enable
hardware.opengl.enable is now deprecated.
This commit is contained in:
parent
742ab4508c
commit
f6fc80c1f0
@ -48,5 +48,5 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.graphics.enable = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user