diff --git a/nixos/modules/services/x11/compton.nix b/nixos/modules/services/x11/compton.nix
index d1f7f164e64..d75d24830f8 100644
--- a/nixos/modules/services/x11/compton.nix
+++ b/nixos/modules/services/x11/compton.nix
@@ -83,7 +83,7 @@ in {
"focused = 1"
];
description = ''
- List of condition of windows that should have no shadow.
+ List of conditions of windows that should not be faded.
See compton(1) man page for more examples.
'';
};
@@ -123,7 +123,7 @@ in {
"focused = 1"
];
description = ''
- List of condition of windows that should have no shadow.
+ List of conditions of windows that should have no shadow.
See compton(1) man page for more examples.
'';
};