add: matugen

This commit is contained in:
kenji
2025-12-27 10:11:03 -06:00
parent ef68c8191e
commit c1a76f2b2b
4 changed files with 9 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
matugen
];
}