From bff316ab7ea450acfd6eef71381ef5c5c65140f2 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 27 Feb 2024 21:05:31 +0800 Subject: [PATCH] fix: nixpkgs's joplin not work on macOS intel --- .../desktop/editors => linux/desktop/base}/note-taking.nix | 2 +- modules/darwin/apps.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) rename home/{base/desktop/editors => linux/desktop/base}/note-taking.nix (80%) diff --git a/home/base/desktop/editors/note-taking.nix b/home/linux/desktop/base/note-taking.nix similarity index 80% rename from home/base/desktop/editors/note-taking.nix rename to home/linux/desktop/base/note-taking.nix index d070fdf2..6afde3e2 100644 --- a/home/base/desktop/editors/note-taking.nix +++ b/home/linux/desktop/base/note-taking.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { home.packages = with pkgs; [ # https://joplinapp.org/help/ - joplin # joplin-cli + joplin # joplin-cli joplin-desktop ]; } diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index 63cb5c28..8b0b0a66 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -151,6 +151,9 @@ in { "visual-studio-code" "zed" # zed editor + # https://joplinapp.org/help/ + "joplin" # note taking app + # IM & audio & remote desktop & meeting "telegram" "discord"