Files
NixOS/hosts/mac/home.nix
Danilo Reyes 195c55891e host mac
2026-03-16 16:16:32 -06:00

12 lines
154 B
Nix

{
inputs,
...
}:
{
home = {
username = "cdreyes";
homeDirectory = "/Users/cdreyes";
};
my = import ./toggles.nix { inherit inputs; };
}