nix-config/home/programs/productivity/trilium.nix
2025-04-01 13:52:53 +02:00

5 lines
54 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.trilium ];
}