[macbook] Revamp for brand new mac.

Signed-off-by: Mariano Uvalle <juvallegarza@microsoft.com>
This commit is contained in:
Mariano Uvalle 2025-08-07 15:54:12 -07:00
parent 4d6b32eae9
commit e066199fce
3 changed files with 29 additions and 22 deletions

View file

@ -141,14 +141,15 @@
modules = [
./hosts/macbook/configuration.nix
home-manager.darwinModules.home-manager
{
({ config, ... }: {
home-manager.extraSpecialArgs = {
pkgs-unstable = pkgs-unstable_aarch64-darwin;
inherit (config) user;
};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.uagm.imports = [ ./hosts/macbook/home.nix ];
}
})
];
};
"msft-mac" = nix-darwin.lib.darwinSystem {