about summary refs log tree commit diff
path: root/nixos/modules/services/desktops/espanso.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-09-01 19:44:36 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-09-10 18:23:13 +0200
commitd98322834b496876723a529b92c2f80eeae0a60c (patch)
tree2930b7421a2384f27ab70a2fef3175def1d5aaf8 /nixos/modules/services/desktops/espanso.nix
parent767485a0dee24329e2b34cd4af0c08ea21e959ea (diff)
nixos/*: fix docbook deprecation notices
mostly no rendering changes except in buildkite, which used markdown
where docbook was expected without marking up its markdown.
Diffstat (limited to 'nixos/modules/services/desktops/espanso.nix')
-rw-r--r--nixos/modules/services/desktops/espanso.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/desktops/espanso.nix b/nixos/modules/services/desktops/espanso.nix
index 4ef6724dda0a0..cbc48034795e8 100644
--- a/nixos/modules/services/desktops/espanso.nix
+++ b/nixos/modules/services/desktops/espanso.nix
@@ -6,7 +6,7 @@ in {
   meta = { maintainers = with lib.maintainers; [ numkem ]; };
 
   options = {
-    services.espanso = { enable = options.mkEnableOption "Espanso"; };
+    services.espanso = { enable = options.mkEnableOption (lib.mdDoc "Espanso"); };
   };
 
   config = mkIf cfg.enable {