diff --git a/nixos/modules/services/x11/compton.nix b/nixos/modules/services/x11/compton.nix
index fcccf98c9cf..8701354b528 100644
--- a/nixos/modules/services/x11/compton.nix
+++ b/nixos/modules/services/x11/compton.nix
@@ -182,7 +182,7 @@ in {
backend = mkOption {
type = types.enum [ "glx" "xrender" ];
- default = "glx";
+ default = "xrender";
description = ''
Backend to use: glx or xrender.
'';