Initial work on establishing consistent AGENTS context

This commit is contained in:
Eli Ribble 2026-05-08 19:58:33 +00:00
parent 083e3e79b7
commit bd9b9109d2
No known key found for this signature in database
5 changed files with 37 additions and 1 deletions

View file

@ -9,6 +9,7 @@ with lib;
myModules.home = {
fish.enable = true;
git.enable = true;
pi.enable = true;
user = "eliribble";
};