nix-darwin: make several changes to home and system configuration specific to darwin platform

This commit is contained in:
2026-07-21 14:30:17 -04:00
parent 2ac6ab0dd5
commit 87fc9e3c01
4 changed files with 63 additions and 9 deletions
+11 -5
View File
@@ -11,11 +11,17 @@ in
../shared/darwin.nix
];
environment.systemPackages = with pkgs; [
bash-language-server
nil
devenv
];
environment = {
systemPackages = with pkgs; [
bash-language-server
nil
devenv
];
shellAliases = {
"nix-rebuild" = "sudo darwin-rebuild switch --flake /etc/nix-darwin/.#franks-macbook-pro";
};
};
homebrew.casks = [
"zed"