mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 07:24:10 +01:00
8 lines
144 B
Nix
8 lines
144 B
Nix
{pkgs-stable, ...}: {
|
|
home.packages = with pkgs-stable; [
|
|
# https://joplinapp.org/help/
|
|
joplin # joplin-cli
|
|
joplin-desktop
|
|
];
|
|
}
|