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:
parent
0ee2553d85
commit
96e09ef294
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue