mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-20 16:01:21 +02:00
feat: note-taking - joplin
This commit is contained in:
7
home/base/desktop/editors/note-taking.nix
Normal file
7
home/base/desktop/editors/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