nixos/firejail: fix typo
This commit is contained in:
parent
5d79d9dc6f
commit
497903264e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue