add(apps): added delfin

This commit is contained in:
kenji
2025-12-31 13:26:06 -06:00
parent 89d9c151c5
commit 74446a9e81
3 changed files with 5 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [delfin];
}