mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
8 lines
167 B
Nix
8 lines
167 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; (lib.optionals pkgs.stdenv.isx86_64 [
|
|
# https://joplinapp.org/help/
|
|
joplin # joplin-cli
|
|
joplin-desktop
|
|
]);
|
|
}
|