darwin config

This commit is contained in:
2025-11-17 15:54:49 -06:00
parent c364d6dd74
commit c02f808d49
2 changed files with 38 additions and 10 deletions

View File

@@ -116,17 +116,8 @@
system = systems.darwin;
specialArgs = {inherit inputs stable_pkgs unstable_pkgs nix-homebrew;};
modules = [
#./hosts/darwin/cen-it-07/configuration.nix
./hosts/darwin/cen-it-07/configuration.nix
inputs.home-manager.darwinModules.default
nix-homebrew.darwinModules.nix-homebrew
{
nix-homebrew = {
enable = true; # install homebrew
enableRosetta = true; # install homebrew for rosetta as well
autoMigrate = true;
user = "bhelderman"; # user owning homebrew prefix
};
}
];
};
};