Add homebrew
This commit is contained in:
parent
d81c541c97
commit
2a2e053d62
6 changed files with 88 additions and 3 deletions
11
modules/nix-homebrew.nix
Normal file
11
modules/nix-homebrew.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# 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
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue