Merge pull request #273545 from SharzyL/firejail-fix-typo

nixos/firejail: fix typo
This commit is contained in:
Nick Cao
2023-12-11 09:51:13 -05:00
committed by GitHub
+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 {