Added: Notesnook

This commit is contained in:
2025-04-03 00:31:33 +02:00
parent a9184cca42
commit 775737fd18
2 changed files with 5 additions and 4 deletions

View File

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