chore: move hostPlatform to macos.nix + doc: todo 🚚📝
This commit is contained in:
parent
dfd4a10c1a
commit
8007a8dfd3
1 changed files with 1 additions and 4 deletions
|
|
@ -56,11 +56,8 @@
|
|||
# macOS (nix-darwin) configuration
|
||||
darwinConfigurations."Daniel-Macbook-Air" = nix-darwin.lib.darwinSystem {
|
||||
modules = [
|
||||
# Ensure Apple Silicon platform
|
||||
{ nixpkgs.hostPlatform = "aarch64-darwin"; }
|
||||
|
||||
# Your macOS module (you created it under nixos/hosts/macos.nix)
|
||||
./nixos/hosts/macos.nix
|
||||
# TODO: add tmux.nix, neovim.nix, fish.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue