nixos/compton: use xrender by default

This commit is contained in:
rnhmjoj
2017-10-17 00:50:34 +02:00
parent 36bbc3cfda
commit 3918385f29
+1 -1
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>.
'';