nix/modules/home/programs/joplin.nix

8 lines
84 B
Nix
Raw Normal View History

2024-04-23 08:56:26 +02:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
unstable.joplin-desktop
];
}