Added: trilium

This commit is contained in:
2025-04-01 13:52:53 +02:00
parent 677714a75c
commit 743ca7be8e
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.trilium ];
}