nixos/compton: use xrender by default
This commit is contained in:
parent
36bbc3cfda
commit
3918385f29
@ -182,7 +182,7 @@ in {
|
|||||||
|
|
||||||
backend = mkOption {
|
backend = mkOption {
|
||||||
type = types.enum [ "glx" "xrender" ];
|
type = types.enum [ "glx" "xrender" ];
|
||||||
default = "glx";
|
default = "xrender";
|
||||||
description = ''
|
description = ''
|
||||||
Backend to use: <literal>glx</literal> or <literal>xrender</literal>.
|
Backend to use: <literal>glx</literal> or <literal>xrender</literal>.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user