Rearrange the config structure

This commit is contained in:
Yan Lin 2025-08-28 20:25:28 +02:00
parent 61db648993
commit 4689a4f69c
10 changed files with 114 additions and 33 deletions

View file

@ -29,4 +29,12 @@
# Additional repositories if needed
];
};
# nix-homebrew configuration for declarative Homebrew installation
nix-homebrew = {
enable = true;
enableRosetta = true; # Apple Silicon support
user = "yanlin";
autoMigrate = true; # Migrate existing Homebrew if present
};
}