summary refs log tree commit diff
path: root/nixos/modules/i18n/input-method/uim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/i18n/input-method/uim.nix')
-rw-r--r--nixos/modules/i18n/input-method/uim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/i18n/input-method/uim.nix b/nixos/modules/i18n/input-method/uim.nix
index 459294657e0..9491ab2640f 100644
--- a/nixos/modules/i18n/input-method/uim.nix
+++ b/nixos/modules/i18n/input-method/uim.nix
@@ -13,7 +13,7 @@ in
         type    = types.enum [ "gtk" "gtk3" "gtk-systray" "gtk3-systray" "qt4" ];
         default = "gtk";
         example = "gtk-systray";
-        description = ''
+        description = lib.mdDoc ''
           selected UIM toolbar.
         '';
       };