Enable Alacritty and iTerm2 in the configuration.

This commit adds Alacritty and iTerm2 to the system configuration for aarch64-darwin. These changes enhance terminal options, improving flexibility and usability for developers.
This commit is contained in:
Harald Hoyer 2024-12-13 09:20:29 +01:00
parent 0ee2553d85
commit 96e09ef294

View file

@ -24,10 +24,12 @@ with lib.metacfg;
}; };
tools = { tools = {
direnv.enable = true; direnv.enable = true;
alacritty.enable = true;
}; };
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
iterm2
# azure-cli # azure-cli
kubectl kubectl
kubectx kubectx