nix-files/hosts/common/programs/obsidian.nix

5 lines
81 B
Nix

{ ... }:
{
sane.programs.obsidian.mime."text/markdown" = "obsidian.desktop";
}