- Add determinateSystems/determinate flake input - Include determinate darwin modules in configuration - Disable legacy nix module configuration - Remove modules/darwin/nix/default.nix - Add mac-va-mbp-work system using determinate nix
10 lines
132 B
Nix
10 lines
132 B
Nix
{
|
|
config = {
|
|
nix.enable = false;
|
|
home-manager = {
|
|
useGlobalPkgs = true;
|
|
useUserPackages = true;
|
|
};
|
|
};
|
|
}
|