feat: note-taking - joplin

This commit is contained in:
Ryan Yin
2024-02-19 15:05:24 +08:00
parent e2f9c59cb6
commit f0217c68f5

View File

@@ -0,0 +1,7 @@
{pkgs, ...}: {
home.packages = with pkgs; [
# https://joplinapp.org/help/
joplin # joplin-cli
joplin-desktop
];
}