nix-darwin: make several changes to home and system configuration specific to darwin platform
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user