diff --git a/nixos/modules/services/x11/compton.nix b/nixos/modules/services/x11/compton.nix
index fcccf98c9cff..8701354b5285 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.
'';