fix: nixpkgs's joplin not work on macOS intel

This commit is contained in:
Ryan Yin
2024-02-27 21:05:31 +08:00
parent 985beb8bd4
commit bff316ab7e
2 changed files with 4 additions and 1 deletions

View File

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