gogo ghostty

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-11-06 16:55:00 +01:00
parent 1acb888684
commit bb7819114b
3 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
{
programs.ghostty = {
enable = true;
installVimSyntax = true;
enableZshIntegration = true;
settings = {
window-padding-x = 10;
window-padding-y = 10;
keybind = [
"ctrl+j=goto_split:left"
"ctrl+i=goto_split:up"
"ctrl+k=goto_split:down"
"ctrl+l=goto_split:right"
"shift+ctrl+j=new_split:left"
"shift+ctrl+i=new_split:up"
"shift+ctrl+k=new_split:down"
"shift+ctrl+l=new_split:right"
"shift+ctrl+tab=new_tab"
];
};
};
}

View File

@@ -2,7 +2,7 @@
wayland.windowManager.hyprland.settings = {
bind =
[
"$mod,RETURN, exec, uwsm app -- ${pkgs.kitty}/bin/kitty" # Kitty (terminal)
"$mod,RETURN, exec, uwsm app -- ${pkgs.ghostty}/bin/ghostty" # Ghostty (terminal)
"$mod,E, exec, uwsm app -- ${pkgs.xfce.thunar}/bin/thunar" # Thunar
"$mod,B, exec, uwsm app -- ${pkgs.brave}/bin/brave" # Brave Browser
"$mod,K, exec, uwsm app -- ${pkgs.proton-pass}/bin/proton-pass" # Proton Pass

View File

@@ -10,7 +10,8 @@
# Programs
../../home/programs/kitty
../../home/programs/alacritty
# ../../home/programs/alacritty
../../home/programs/ghostty
../../home/programs/nvf
../../home/programs/shell
../../home/programs/fetch