sequoia: Initialize
This is an x86_64 VM.
This commit is contained in:
parent
baaab510cb
commit
002dede89b
3 changed files with 103 additions and 9 deletions
18
flake.nix
18
flake.nix
|
@ -149,6 +149,24 @@
|
|||
];
|
||||
};
|
||||
|
||||
darwinConfigurations."sequoia" = nix-darwin.lib.darwinSystem {
|
||||
modules = [
|
||||
# System-wide configuration
|
||||
./hosts/darwin/sequoia/configuration.nix
|
||||
# Our provided home-manager configuration
|
||||
home-manager.darwinModules.home-manager
|
||||
{
|
||||
nixpkgs.overlays = [ self.overlays.default ];
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.spot = import ./home/home.nix;
|
||||
extraSpecialArgs = { desktop = true; gpg = true; };
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# Lastly, ensure a formatter is available for all systems.
|
||||
formatter = allSystems (system: nixpkgs.legacyPackages.${system}.nixpkgs-fmt);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue