nixos/picom: add egl
backend to options
This commit is contained in:
parent
e9b195248c
commit
2beff9375c
@ -199,10 +199,10 @@ in {
|
||||
};
|
||||
|
||||
backend = mkOption {
|
||||
type = types.enum [ "glx" "xrender" "xr_glx_hybrid" ];
|
||||
type = types.enum [ "egl" "glx" "xrender" "xr_glx_hybrid" ];
|
||||
default = "xrender";
|
||||
description = lib.mdDoc ''
|
||||
Backend to use: `glx`, `xrender` or `xr_glx_hybrid`.
|
||||
Backend to use: `egl`, `glx`, `xrender` or `xr_glx_hybrid`.
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user