This commit is contained in:
Danilo Reyes
2026-03-16 16:16:32 -06:00
parent 4f4c23d1df
commit 195c55891e
35 changed files with 430 additions and 469 deletions

11
hosts/mac/home.nix Normal file
View File

@@ -0,0 +1,11 @@
{
inputs,
...
}:
{
home = {
username = "cdreyes";
homeDirectory = "/Users/cdreyes";
};
my = import ./toggles.nix { inherit inputs; };
}