[macbook] Revamp for brand new mac.
Signed-off-by: Mariano Uvalle <juvallegarza@microsoft.com>
This commit is contained in:
parent
4d6b32eae9
commit
e066199fce
3 changed files with 29 additions and 22 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue