nixos/compton: use xrender by default

This commit is contained in:
rnhmjoj 2017-10-16 23:54:10 +02:00
parent 36bbc3cfda
commit 3918385f29
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

View file

@ -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>.
'';