diff --git a/modules/services/compton.nix b/modules/services/compton.nix
index b6e85f041..a564cf9e0 100644
--- a/modules/services/compton.nix
+++ b/modules/services/compton.nix
@@ -75,7 +75,12 @@ in {
];
description = ''
List of windows to exclude background blur.
- See compton(1) man page for more examples.
+ See the
+
+ compton
+ 1
+
+ man page for more examples.
'';
};
@@ -115,7 +120,12 @@ in {
];
description = ''
List of conditions of windows that should not be faded.
- See compton(1) man page for more examples.
+ See the
+
+ compton
+ 1
+
+ man page for more examples.
'';
};
@@ -155,7 +165,12 @@ in {
];
description = ''
List of conditions of windows that should have no shadow.
- See compton(1) man page for more examples.
+ See the
+
+ compton
+ 1
+
+ man page for more examples.
'';
};
@@ -195,7 +210,12 @@ in {
];
description = ''
List of opacity rules.
- See compton(1) man page for more examples.
+ See the
+
+ compton
+ 1
+
+ man page for more examples.
'';
};
@@ -208,13 +228,18 @@ in {
};
vSync = mkOption {
- type = types.str;
- default = "none";
- example = "opengl-swc";
- description = ''
- Enable vertical synchronization using the specified method.
- See compton(1) man page available methods.
- '';
+ type = types.str;
+ default = "none";
+ example = "opengl-swc";
+ description = ''
+ Enable vertical synchronization using the specified method.
+ See the
+
+ compton
+ 1
+
+ man page for available methods.
+ '';
};
refreshRate = mkOption {