This commit is contained in:
kenji
2025-12-26 15:33:39 -06:00
parent d1a3e369e4
commit 9fa7d0c4f5
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
terminaltexteffects
];
}