Files
nix-config/home/base/desktop/editors/note-taking.nix
2024-02-19 15:05:24 +08:00

8 lines
131 B
Nix

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