update: fully remove deprecated openGL options
This commit is contained in:
parent
78ccde96ae
commit
777f94f084
2 changed files with 0 additions and 13 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{ config, lib, ... }: {
|
||||
options = {
|
||||
settings.drivers.gpu.opengl.enable = lib.mkEnableOption "enable OpenGL hardware support";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.settings.drivers.gpu.opengl.enable {
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue