Begin Dendritic rewrite

This commit is contained in:
2026-03-06 18:37:21 -06:00
parent fd10360294
commit fa9ca0ec63

View File

@@ -0,0 +1,9 @@
{ ... }: {
flake.homeModules.nathan = { ... }: {
programs.ripgrep = {
enable = true;
};
};
}