Obsidian
Obsidian is a proprietary closed-source note-taking app and text editor, that supports Markdown and LaTeX. It is the more popular equivalent to the open-source Logseq.
🟆︎
Tip: This package is unfree, and will require extra steps to install. You can read more about allowing unfree software in the Nixpkgs Manual.
Installation
Obsidian can be installed from nixpkgs:
environment.systemPackages = with pkgs; [
obsidian
];