mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-22 08:48:29 +02:00
fix: nixpkgs's joplin not work on macOS intel
This commit is contained in:
7
home/linux/desktop/base/note-taking.nix
Normal file
7
home/linux/desktop/base/note-taking.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
# https://joplinapp.org/help/
|
||||
joplin # joplin-cli
|
||||
joplin-desktop
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user