added notes and rebuilt flake

This commit is contained in:
John Lancaster
2026-03-08 10:49:23 -05:00
parent c66e86da88
commit 9af4544640
4 changed files with 58 additions and 47 deletions

View File

@@ -1,12 +1,9 @@
{ inputs, ... }:
{
imports = [
# https://github.com/vic/flake-file/tree/main/modules/dendritic
inputs.flake-file.flakeModules.dendritic
];
flake-file.description = "A dendritic setup.";
# flake.flakeModule = {
# imports = (inputs.import-tree ./home-manager);
# };
}