feat: move to ghostty

This commit is contained in:
2025-06-16 02:48:15 -07:00
parent 704b76963f
commit a091cf8a79

View File

@@ -54,10 +54,14 @@
home-manager.users.luca = {
programs = {
alacritty = {
ghostty = {
enable = true;
settings = {
window.opacity = 0.9;
"shell-integration-features" = "no-cursor";
"background-opacity" = 0.8;
"cursor-style" = "block";
"cursor-style-blink" = false;
"font-size" = 15;
};
};
};
@@ -110,6 +114,7 @@
"${modifier}+Shift+j" = "move down";
"${modifier}+Shift+k" = "move up";
"${modifier}+Shift+l" = "move right";
"${modifier}+Return" = "exec ghostty";
};
#startup = [
# {