Begin Dendritic rewrite

This commit is contained in:
2026-03-06 18:46:38 -06:00
parent fa9ca0ec63
commit eb5b08c8f0
12 changed files with 21 additions and 299 deletions

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.templates = {
/*flake.templates = {
nixos = {
welcomeText = ''
#Welcome to Olympus!
@@ -28,19 +28,5 @@
path = ./home-manager;
};
nix-on-droid = {
welcomeText = ''
#Welcome to Olympus!
Have Fun!
'';
description = ''
Generate this where you want your config.
'';
path = ./nix-on-droid;
};
};
};*/
}