Add back alacritty

This commit is contained in:
2025-08-31 22:38:02 -04:00
parent e832897293
commit ab39bc9865
2 changed files with 19 additions and 1 deletions

View File

@@ -89,6 +89,25 @@ in
};
};
alacritty = {
enable = stdenv.isLinux;
settings = {
window.padding.x = 10;
window.padding.y = 10;
scrolling.history = 100000;
general.live_config_reload = true;
terminal.shell = {
program = "zsh";
};
font = {
size = lib.mkForce 18.0;
};
window = {
opacity = lib.mkForce 0.9;
};
};
};
starship = {
enable = true;
enableZshIntegration = true;

View File

@@ -114,7 +114,6 @@ in
pinentry-curses
protonvpn-gui
qemu
terminator
traceroute
unityhub
unstable.beszel