Skip to content

Commit

Permalink
firefox: use literalMD in option defaultText
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Aug 28, 2024
1 parent 82e4705 commit 27c36bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/home-manager/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ in
then "firefox.desktop"
else "org.mozilla.firefox.desktop";
description = ''The firefox desktop file to add to "favorites", or null'';
defaultText = ''"firefox.desktop" when `install` is true, otherwise "org.mozilla.firefox.desktop"'';
defaultText = lib.literalMD ''
"firefox.desktop" when `install` is true, otherwise "org.mozilla.firefox.desktop"
'';
};
};

Expand Down

0 comments on commit 27c36bf

Please sign in to comment.