Skip to content

Commit

Permalink
feat(ghostty): integration in gnome
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Jan 2, 2025
1 parent f2f3784 commit ddc59fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion hosts/framework/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ in
b = "baywatch";
bo = "baywatch open";
bl = "baywatch login";
ssh = lib.mkForce "ssh"; # No kitty ssh alias
};

# https://askubuntu.com/a/1503121
Expand Down
6 changes: 3 additions & 3 deletions modules/user/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
favorite-apps = [
"firefox.desktop"
"code.desktop"
"kitty.desktop"
"com.mitchellh.ghostty.desktop"
"org.gnome.Nautilus.desktop"
"thunderbird.desktop"
"spotify.desktop"
Expand Down Expand Up @@ -58,8 +58,8 @@

"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
binding = "<Control><Alt>t";
command = "kitty";
name = "kitty";
command = "ghostty";
name = "ghostty";
};

"org/gnome/settings-daemon/plugins/media-keys" = {
Expand Down
1 change: 0 additions & 1 deletion modules/user/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
nhup = "cd ~/nixos && git pull --rebase --autostash && nh os switch ~/nixos && cd -";
nixup = "cd ~/nixos && git pull --rebase --autostash && nixos-rebuild switch --use-remote-sudo --flake ~/nixos && cd -";
src = "source $HOME/.zshrc";
ssh = "kitty +kitten ssh";
tf = "terraform fmt && terraform";
tg = "terragrunt hclfmt && terragrunt";
watch = "watch ";
Expand Down

0 comments on commit ddc59fb

Please sign in to comment.