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