nix/modules/home/programs/joplin.nix
2024-04-23 08:56:26 +02:00

8 lines
84 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
unstable.joplin-desktop
];
}