nixos/firejail: fix typo

This commit is contained in:
SharzyL
2023-12-11 21:47:43 +08:00
parent 5d79d9dc6f
commit 497903264e
+1 -1
View File
@@ -53,7 +53,7 @@ in {
desktop = mkOption {
type = types.nullOr types.path;
default = null;
description = lib.mkDoc ".desktop file to modify. Only necessary if it uses the absolute path to the executable.";
description = lib.mdDoc ".desktop file to modify. Only necessary if it uses the absolute path to the executable.";
example = literalExpression ''"''${pkgs.firefox}/share/applications/firefox.desktop"'';
};
profile = mkOption {