diff --git a/home/base/desktop/editors/note-taking.nix b/home/base/desktop/editors/note-taking.nix new file mode 100644 index 00000000..d070fdf2 --- /dev/null +++ b/home/base/desktop/editors/note-taking.nix @@ -0,0 +1,7 @@ +{pkgs, ...}: { + home.packages = with pkgs; [ + # https://joplinapp.org/help/ + joplin # joplin-cli + joplin-desktop + ]; +}