summary refs log tree commit diff
path: root/nixos/modules/services/desktops/cpupower-gui.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/desktops/cpupower-gui.nix')
-rw-r--r--nixos/modules/services/desktops/cpupower-gui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/desktops/cpupower-gui.nix b/nixos/modules/services/desktops/cpupower-gui.nix
index f66afc0a3dc..47071aebce8 100644
--- a/nixos/modules/services/desktops/cpupower-gui.nix
+++ b/nixos/modules/services/desktops/cpupower-gui.nix
@@ -11,7 +11,7 @@ in {
         type = lib.types.bool;
         default = false;
         example = true;
-        description = ''
+        description = lib.mdDoc ''
           Enables dbus/systemd service needed by cpupower-gui.
           These services are responsible for retrieving and modifying cpu power
           saving settings.