From a23073bfee39a211ff14b3b3d8f2337402b3217d Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 11 Nov 2025 11:09:49 +0800 Subject: [PATCH] fix: comment out joplin-desktop - Electron version 36.9.5 is EOL --- home/linux/gui/base/note-taking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/linux/gui/base/note-taking.nix b/home/linux/gui/base/note-taking.nix index f2808726..38567243 100644 --- a/home/linux/gui/base/note-taking.nix +++ b/home/linux/gui/base/note-taking.nix @@ -5,6 +5,6 @@ (lib.optionals pkgs.stdenv.isx86_64 [ # https://joplinapp.org/help/ joplin # joplin-cli - joplin-desktop + # joplin-desktop ]); }